From 5b96088bc00f3cd90ebb0db39d54ea14f4243271 Mon Sep 17 00:00:00 2001 From: Gerald Morrison <67469729+morri-son@users.noreply.github.com> Date: Fri, 17 Nov 2023 11:24:38 +0100 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e311939..f689040 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,6 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" - labels: ["dependencies"] groups: # xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups ci: @@ -14,7 +13,6 @@ updates: day: "sunday" - package-ecosystem: "gomod" directory: "/" - labels: ["dependencies","go"] groups: go: update-types: ["minor","patch"]