From 44af6176efb7fb62adc53c13688b509780293783 Mon Sep 17 00:00:00 2001 From: John Bley Date: Thu, 16 Nov 2023 09:49:07 -0500 Subject: [PATCH] Specifying labels in dependabot.ytml overrides the default one --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6e9bc44c..83c82e14 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,7 @@ updates: interval: "daily" labels: - "Skip Changelog" + - "dependencies" allowed_updates: - match: update_type: "security"