From cb1dcb3e550d95563798ba06beb4281962d27933 Mon Sep 17 00:00:00 2001 From: Marco Ebert Date: Mon, 30 Sep 2024 14:22:02 +0200 Subject: [PATCH] GitHub: Improve Dependabot. (#12033) --- .github/dependabot.yml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 69d1ba1615..deb4346756 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" @@ -10,11 +9,13 @@ updates: - "release-note-none" - "ok-to-test" groups: - all: + actions: update-types: + - "minor" - "patch" - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: "docker" + directories: + - "**/rootfs" schedule: interval: "weekly" labels: @@ -22,12 +23,14 @@ updates: - "release-note-none" - "ok-to-test" groups: - all: + docker: update-types: - "minor" - "patch" - - package-ecosystem: "docker" - directory: "/images" + - package-ecosystem: "gomod" + directories: + - "/" + - "**/rootfs" schedule: interval: "weekly" labels: @@ -35,7 +38,6 @@ updates: - "release-note-none" - "ok-to-test" groups: - actions: + go: update-types: - - "minor" - "patch"