Skip to content

Commit cb53945

Browse files
authored
Update dependabot.yml
1 parent 08a2581 commit cb53945

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,12 +3,12 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly" # Changed from "weekly" to "monthly"
77
open-pull-requests-limit: 10
88
- package-ecosystem: npm
99
directory: "/"
1010
schedule:
11-
interval: weekly
11+
interval: "monthly" # Changed from "daily" to "monthly"
1212
commit-message:
1313
prefix: fix
1414
include: scope

0 commit comments

Comments
 (0)