fix: enable dependabot for all crates (#1729)

This commit is contained in:
Niklas Adolfsson
2024-08-27 11:32:22 +02:00
committed by GitHub
parent 06a1c3f741
commit 69b09a8246
+2 -2
View File
@@ -1,7 +1,7 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
directory: "**/*"
schedule:
interval: weekly
ignore:
@@ -13,6 +13,6 @@ updates:
- dependency-name: sp-crypto-hashing
- dependency-name: sp-version
- package-ecosystem: github-actions
directory: '/'
directory: "**/*"
schedule:
interval: weekly