Skip to content

Commit ffaa475

Browse files
authored
ci: add github actions dependency bot config
1 parent 865adce commit ffaa475

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ updates:
33
- package-ecosystem: bundler
44
directory: "/"
55
schedule:
6-
interval: daily
6+
interval: weekly
7+
time: "11:00"
8+
open-pull-requests-limit: 10
9+
- package-ecosystem: github-actions
10+
directory: "/"
11+
schedule:
12+
interval: weekly
713
time: "11:00"
814
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)