From cb722472acc8153dea994fd7112513b53fcab724 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Thu, 22 Feb 2024 08:41:04 -0500 Subject: [PATCH 1/2] add GitHub Actions to dependabot --- .github/dependabot.yml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7566fa1..13dc6e6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,19 @@ version: 2 updates: -- package-ecosystem: pip - directory: "/" - schedule: - interval: monthly - time: "03:10" - open-pull-requests-limit: 10 + + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "master" + schedule: + interval: "monthly" + time: "03:10" + open-pull-requests-limit: 10 + + # Maintain dependencies for pip + - package-ecosystem: "pip" + directory: "/" + target-branch: "master" + schedule: + interval: "monthly" + From 2435692d4adcf24e688e4c43211b4540dfcc0e5c Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 22 Feb 2024 11:36:43 -0500 Subject: [PATCH 2/2] Consistency --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 13dc6e6..99dbb75 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: target-branch: "master" schedule: interval: "monthly" - time: "03:10" + time: "03:20" open-pull-requests-limit: 10 # Maintain dependencies for pip @@ -16,4 +16,5 @@ updates: target-branch: "master" schedule: interval: "monthly" - + time: "03:10" + open-pull-requests-limit: 10