From 54a0268a0d3b5e050bce02db7da9d0bbf30bbbf2 Mon Sep 17 00:00:00 2001 From: Matt Norton Date: Mon, 29 Jul 2024 21:42:45 +0100 Subject: [PATCH] Ensure Dependabot adds correct labels to pull requests --- .github/dependabot.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index c24c70ac..ab491639 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -11,6 +11,7 @@ updates: interval: "daily" labels: - "dependabot-python" + - "dependencies" groups: python-dependencies: patterns: @@ -22,6 +23,7 @@ updates: interval: "daily" labels: - "dependabot-github_actions" + - "dependencies" groups: github-actions-dependencies: patterns: