Skip to content

Commit 1dade64

Browse files
authored
Switch dependabot updates to be monthly. NFC (#24067)
Reviewing these changes every single monday turned out to be little annoying. We also don't have the same threat model that other open source JS projects have.
1 parent 26cd1eb commit 1dade64

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,7 +8,7 @@ updates:
88
- package-ecosystem: "npm"
99
directory: "/" # Look for `package.json` and `lock` files in the `root` directory
1010
schedule:
11-
interval: "weekly"
11+
interval: "monthly"
1212
commit-message:
1313
prefix: "[deps]"
1414
groups:
@@ -20,6 +20,6 @@ updates:
2020
- package-ecosystem: "github-actions"
2121
directory: "/" # Location of package manifests
2222
schedule:
23-
interval: "weekly"
23+
interval: "monthly"
2424
commit-message:
2525
prefix: "[deps]"

0 commit comments

Comments
 (0)