Skip to content

Commit 08a1abc

Browse files
authored
github: add dependabot config to keep GHA up to date (#22)
2 parents 8fb8554 + 476ad66 commit 08a1abc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
labels: []
6+
schedule:
7+
interval: "weekly"
8+
target-branch: "main"

0 commit comments

Comments
 (0)