Skip to content

Commit b8562d3

Browse files
authored
Dependabot: consolidate GitHub Actions updates to monthly (#909)
* Dependabot: consolidate GitHub Actions updates to monthly * Fix existing (on main) pre-commit error
1 parent 2bd44a2 commit b8562d3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,15 @@ updates:
77
- package-ecosystem: github-actions
88
directory: /
99
schedule:
10-
interval: weekly
10+
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

Comments
 (0)