Skip to content

Commit 2a5d11f

Browse files
committed
Configure Dependabot to batch GitHub Actions updates weekly.
1 parent 7479f70 commit 2a5d11f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: "/"
5+
groups:
6+
github-actions:
7+
patterns:
8+
- "*"
9+
schedule:
10+
interval: weekly
11+
cooldown:
12+
default-days: 7

0 commit comments

Comments
 (0)