Skip to content

Commit 21a6d8b

Browse files
authored
Add Dependabot configuration for GitHub Actions
1 parent f173a8d commit 21a6d8b

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+
schedule:
6+
interval: daily
7+
groups:
8+
actions:
9+
patterns:
10+
- "*"
11+
cooldown:
12+
default-days: 7

0 commit comments

Comments
 (0)