mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 20:21:06 +00:00
Make dependabot less aggressive (#771)
* Make dependabot less aggressive And ignore sp- crates, since they need to be updated together, and dependabot can't yet do grouped PRs. We should periodically just keep on top of this anyway, but I don't think we need to be constantly updating them. * dependency-name * Try weekly instead of monthly
This commit is contained in:
+10
-2
@@ -3,8 +3,16 @@ updates:
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: weekly
|
||||
ignore:
|
||||
# these need to be updated together, so dependabot PRs
|
||||
# are just noise. So, ignore them:
|
||||
- dependency-name: sp-core
|
||||
- dependency-name: sp-keyring
|
||||
- dependency-name: sp-runtime
|
||||
- dependency-name: sp-core-hashing
|
||||
- dependency-name: sp-version
|
||||
- package-ecosystem: github-actions
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: daily
|
||||
interval: weekly
|
||||
|
||||
Reference in New Issue
Block a user