Files
pezkuwi-subxt/.github/dependabot.yml
T
Niklas Adolfsson ddb5d4c9d7 dependabot: remove ignore for polkadot-sdk crates (#1784)
polkadot-sdk crates are now released on crates.io in accordance with the release process something every month, so should be fine include them with dependabot
2024-09-26 10:01:09 +01:00

12 lines
217 B
YAML

version: 2
updates:
- package-ecosystem: "cargo"
directories:
- "**/*"
schedule:
interval: weekly
- package-ecosystem: github-actions
directory: "**/*"
schedule:
interval: weekly