Skip to content

Commit fc37365

Browse files
authored
Reduce the number of Dependabot PRs (#592)
* Add Dependabot groups * Fix comment * Switch to monthly
1 parent 43df43c commit fc37365

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,17 @@ updates:
88
- package-ecosystem: "github-actions" # search for actions
99
directory: "/" # search in .github/workflows
1010
schedule:
11-
interval: "weekly" # check for action updates every week
11+
interval: "monthly" # check for action updates every month
12+
groups:
13+
gha-workflow-deps:
14+
patterns:
15+
- "*"
1216

1317
- package-ecosystem: "pip" # search for requirements.txt
1418
directory: "/"
1519
schedule:
16-
interval: "weekly" # check for action updates every week
17-
20+
interval: "monthly" # check for pip dep updates every month
21+
groups:
22+
pip-deps:
23+
patterns:
24+
- "*"

0 commit comments

Comments
 (0)