From b652f9b546e1e3a5e9c7f80a4c40ff7ea41126e4 Mon Sep 17 00:00:00 2001 From: Marco Ebert Date: Mon, 30 Sep 2024 09:56:47 +0200 Subject: [PATCH] GitHub: Improve Dependabot. --- .github/dependabot.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 69d1ba1615..8d9e121b8a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,6 @@ ---- version: 2 updates: - - package-ecosystem: "gomod" + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" @@ -12,9 +11,12 @@ updates: groups: all: update-types: + - "minor" - "patch" - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: "docker" + directories: + - "/" + - "**/*" schedule: interval: "weekly" labels: @@ -26,8 +28,10 @@ updates: update-types: - "minor" - "patch" - - package-ecosystem: "docker" - directory: "/images" + - package-ecosystem: "gomod" + directories: + - "/" + - "**/*" schedule: interval: "weekly" labels: @@ -35,7 +39,6 @@ updates: - "release-note-none" - "ok-to-test" groups: - actions: + all: update-types: - - "minor" - "patch"