diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 69d1ba161..507809fe0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,18 +1,5 @@ ---- version: 2 updates: - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "weekly" - labels: - - "area/dependency" - - "release-note-none" - - "ok-to-test" - groups: - all: - update-types: - - "patch" - package-ecosystem: "github-actions" directory: "/" schedule: @@ -39,3 +26,15 @@ updates: update-types: - "minor" - "patch" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + labels: + - "area/dependency" + - "release-note-none" + - "ok-to-test" + groups: + all: + update-types: + - "patch"