Skip to content

Commit b0862ab

Browse files
committed
Add dependabot for Github actions.
1 parent 6add83a commit b0862ab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
37
- package-ecosystem: "maven"
48
directory: "/"
59
schedule:
6-
interval: "daily"
10+
interval: "weekly"

0 commit comments

Comments
 (0)