diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 38f4b946..087e6719 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,14 @@ updates: - package-ecosystem: gomod directory: "/" schedule: - interval: monthly + interval: daily time: "07:00" open-pull-requests-limit: 10 + groups: + all-go-mod-patch-and-minor: + patterns: ["*"] + update-types: ["patch", "minor"] + ignore: + # Ignore k8s and its transitives modules as they are upgraded manually + - dependency-name: "k8s.io/*" + update-types: ["version-update:semver-major", "version-update:semver-minor"]