From fb3837dcc9732ab8912eff51da9c86001d16206b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Tue, 6 Dec 2022 23:40:58 +0100 Subject: [PATCH] dependabot: Ignore rococo deps (#1963) --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 63afd088a8..349a34690d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,6 +21,7 @@ updates: - dependency-name: "xcm*" - dependency-name: "kusama-*" - dependency-name: "westend-*" + - dependency-name: "rococo-*" schedule: interval: "daily" - package-ecosystem: github-actions