Skip to content

Commit d35808e

Browse files
authored
Switch Dependabot to checking weekly (dependabot#63)
We now use "weekly" throughout our docs and examples, as most users seem to prefer slightly less package churn than daily.
1 parent 32c3136 commit d35808e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ updates:
44
- package-ecosystem: "github-actions"
55
directory: "/"
66
schedule:
7-
interval: "daily"
7+
interval: "weekly"
88
- package-ecosystem: npm
99
directory: "/javascript"
1010
schedule:
11-
interval: daily
11+
interval: "weekly"
1212
- package-ecosystem: bundler
1313
directory: "/ruby"
1414
schedule:
15-
interval: weekly
15+
interval: "weekly"

0 commit comments

Comments
 (0)