Skip to content

Commit 54ecd46

Browse files
authored
chore(deps): change dependabot interval to monthly (#130)
1 parent d5de6c9 commit 54ecd46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ updates:
33
- package-ecosystem: "bundler"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "monthly"
77
open-pull-requests-limit: 10
88
- package-ecosystem: "bundler"
99
directory: "apis"
1010
schedule:
11-
interval: "daily"
11+
interval: "monthly"
1212
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)