mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 15:17:57 +00:00
ebf6e66b02
Closes https://github.com/paritytech/polkadot-sdk/issues/1174 Configures dependabot to run daily but group some dependencies together that I assume to be sember abiding. Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
28 lines
659 B
YAML
28 lines
659 B
YAML
version: 2
|
|
updates:
|
|
# Update github actions:
|
|
- package-ecosystem: github-actions
|
|
directory: '/'
|
|
labels: ["A1-insubstantial", "R0-silent"]
|
|
schedule:
|
|
interval: daily
|
|
# Update Rust dependencies:
|
|
- package-ecosystem: "cargo"
|
|
directory: "/"
|
|
labels: ["A1-insubstantial", "R0-silent"]
|
|
schedule:
|
|
interval: "daily"
|
|
groups:
|
|
# We assume these crates to be semver abiding and can therefore group them together.
|
|
known_good_semver:
|
|
patterns:
|
|
- "syn"
|
|
- "quote"
|
|
- "log"
|
|
- "paste"
|
|
- "*serde*"
|
|
- "clap"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|