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"