Skip to content

Commit 6512081

Browse files
authored
Create dependabot.yml
Adds dependabot for keeping GitHub actions up-to-date
1 parent 78f08c7 commit 6512081

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: .github/dependabot.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: github-actions
5+
directory: "/"
6+
schedule:
7+
interval: monthly
8+
day: monday
9+
groups:
10+
all:
11+
patterns:
12+
- "*"

0 commit comments

Comments
 (0)