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 2bd44a2 commit b8562d3Copy full SHA for b8562d3
.github/dependabot.yml
@@ -7,4 +7,15 @@ updates:
7
- package-ecosystem: github-actions
8
directory: /
9
schedule:
10
- interval: weekly
+ interval: "monthly"
11
+ time: "09:00"
12
+ timezone: "America/Los_Angeles"
13
+
14
+ # Keep churn down: only one open PR from this ecosystem at a time
15
+ open-pull-requests-limit: 1
16
17
+ groups:
18
+ actions-monthly:
19
+ applies-to: version-updates
20
+ patterns: ["*"]
21
+ update-types: ["minor", "patch"]
0 commit comments