From ebef5a8783fed36dc9b08947f82034482eb3062f Mon Sep 17 00:00:00 2001 From: Marcus Hert Da Coregio Date: Thu, 14 Dec 2023 15:07:22 -0300 Subject: [PATCH] Ignore updates in sjohnr/slack-workflow-status Closes gh-14325 --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4d95e994bb..6dc7ac86e7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -102,26 +102,36 @@ updates: directory: "/" schedule: interval: weekly + ignore: + - dependency-name: "sjohnr/*" - package-ecosystem: github-actions target-branch: "6.2.x" milestone: 319 # 6.2.x directory: "/" schedule: interval: weekly + ignore: + - dependency-name: "sjohnr/*" - package-ecosystem: github-actions target-branch: "6.1.x" milestone: 318 # 6.1.x directory: "/" schedule: interval: weekly + ignore: + - dependency-name: "sjohnr/*" - package-ecosystem: github-actions target-branch: "5.8.x" milestone: 246 # 5.8.x directory: "/" schedule: interval: weekly + ignore: + - dependency-name: "sjohnr/*" - package-ecosystem: github-actions target-branch: "docs-build" directory: "/" schedule: interval: weekly + ignore: + - dependency-name: "sjohnr/*"