Skip to content

Commit 22c9020

Browse files
committed
chore: make dependabot check for updates monthly
1 parent 7ebc8d7 commit 22c9020

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
@@ -8,9 +8,9 @@ updates:
88
- package-ecosystem: "github-actions"
99
directory: "/"
1010
schedule:
11-
interval: "weekly"
11+
interval: "monthly"
1212

1313
- package-ecosystem: "npm"
1414
directory: "/"
1515
schedule:
16-
interval: "weekly"
16+
interval: "monthly"

0 commit comments

Comments
 (0)