Skip to content

Commit dda6fc5

Browse files
feat(ci): only send (and refresh) dependabot PRs weekly (#3477)
Despite `rebase-strategy: "disabled"`, dependabot will refresh (i.e. rebase) PRs on the specified schedule interval. With the addition of `Cargo.lock` to our repository, dependabot is opening a lot more PRs which consumes unnecessary CI resources. We change the interval to "weekly" to reduce the noise and resource consumption.
1 parent af68cc4 commit dda6fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: "cargo"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "weekly"
77
open-pull-requests-limit: 9999
88
commit-message:
99
prefix: "deps"

0 commit comments

Comments
 (0)