Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 4a4c79e

Browse files
authored
Only run dependabot once a month
See codeoverflow-org/nodecg-io#779
1 parent 3cae45c commit 4a4c79e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "monthly"
77
- package-ecosystem: "npm"
88
directory: "/"
99
schedule:
10-
interval: "weekly"
11-
day: "saturday"
10+
interval: "monthly"

0 commit comments

Comments
 (0)