Skip to content

Commit 13541e4

Browse files
authored
update dependabot config
This changes update frequency to monthly- will kelp keep things a bit quieter and the git history tidier. Adds GitHub Actions updates.
1 parent 6acb1fc commit 13541e4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ updates:
33
- package-ecosystem: npm
44
directory: "/"
55
schedule:
6-
interval: weekly
7-
open-pull-requests-limit: 10
6+
interval: monthly
87
versioning-strategy: increase
9-
8+
- package-ecosystem: github-actions
9+
directory: "/"
10+
schedule:
11+
interval: monthly
12+

0 commit comments

Comments
 (0)