2093647fea
- Add 72 rebrand workflow files (polkadot→pezkuwi, substrate→bizinikiwi, cumulus→pezcumulus) - Add GitHub actions, issue templates, and configs - Removed unnecessary workflows (fork-sync, gitspiegel, upstream-tracker, sync-templates, backport) - Renamed zombienet test files to match new naming convention
32 lines
766 B
YAML
32 lines
766 B
YAML
version: 2
|
|
updates:
|
|
# Update github actions:
|
|
- package-ecosystem: github-actions
|
|
directory: '/'
|
|
labels: ["A1-insubstantial", "R0-no-crate-publish-required"]
|
|
schedule:
|
|
interval: weekly
|
|
groups:
|
|
ci_dependencies:
|
|
patterns:
|
|
- "*"
|
|
# Update Rust dependencies:
|
|
- package-ecosystem: "cargo"
|
|
directory: "/"
|
|
labels: ["A1-insubstantial", "R0-no-crate-publish-required"]
|
|
schedule:
|
|
interval: "weekly"
|
|
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"
|