Skip to content

Commit 9779842

Browse files
authored
Group all GitHub Actions updates into one PR (#541)
1 parent 2b2ed68 commit 9779842

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@ updates:
88
- package-ecosystem: "pip" # See documentation for possible values
99
directory: "/" # Location of package manifests
1010
schedule:
11-
interval: "monthly"
11+
interval: "weekly"
1212

13+
# Group all GitHub Actions updates into one PR
1314
- package-ecosystem: "github-actions"
1415
directory: "/"
1516
schedule:
16-
interval: "monthly"
17+
interval: "weekly"
18+
groups:
19+
github-actions:
20+
patterns:
21+
- "*"

0 commit comments

Comments
 (0)