Skip to content

Commit 54cc085

Browse files
authored
Change schedule's interval to monthly. (#633)
1 parent bd0d4c3 commit 54cc085

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
@@ -5,10 +5,10 @@ updates:
55
default-days: 7
66
directory: "/"
77
schedule:
8-
interval: "daily"
8+
interval: "monthly"
99
- package-ecosystem: "github-actions"
1010
cooldown:
1111
default-days: 7
1212
directory: "/"
1313
schedule:
14-
interval: "weekly"
14+
interval: "monthly"

0 commit comments

Comments
 (0)