mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 11:07:56 +00:00
bd225c7938
* add GHA support to dependabot * fix formatting * add labels * add label
13 lines
342 B
YAML
13 lines
342 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "cargo"
|
|
directory: "/"
|
|
labels: ["A2-insubstantial", "B0-silent", "C1-low 📌"]
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: github-actions
|
|
directory: '/'
|
|
labels: ["A2-insubstantial", "B0-silent", "C1-low 📌", "E3-dependencies"]
|
|
schedule:
|
|
interval: daily
|