Skip to content

Commit 057730c

Browse files
committed
Add check for actions.
1 parent 1919f46 commit 057730c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/dependabot.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
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
7-
time: "04:00"
10+
interval: "daily"
811
open-pull-requests-limit: 99

0 commit comments

Comments
 (0)