From 915d841c9e89de98eb2d1c8a47f09fceb9cb87da 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) --- cumulus/.github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/cumulus/.github/dependabot.yml b/cumulus/.github/dependabot.yml index 63afd088a8..349a34690d 100644 --- a/cumulus/.github/dependabot.yml +++ b/cumulus/.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