We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2ed68 commit 9779842Copy full SHA for 9779842
1 file changed
.github/dependabot.yml
@@ -8,9 +8,14 @@ updates:
8
- package-ecosystem: "pip" # See documentation for possible values
9
directory: "/" # Location of package manifests
10
schedule:
11
- interval: "monthly"
+ interval: "weekly"
12
13
+ # Group all GitHub Actions updates into one PR
14
- package-ecosystem: "github-actions"
15
directory: "/"
16
17
18
+ groups:
19
+ github-actions:
20
+ patterns:
21
+ - "*"
0 commit comments