From 69b09a8246f305a5436acf60e74430f516a68a17 Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Tue, 27 Aug 2024 11:32:22 +0200 Subject: [PATCH] fix: enable dependabot for all crates (#1729) --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e36427e4ae..41c14f5145 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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