diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 595fe86a4..91c9a8c66 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,11 @@ updates: directory: "/" schedule: interval: "daily" + ignore: + - dependency-name: "alpine" + update-types: ["version-update:semver-minor"] + - dependency-name: "golang" + update-types: ["version-update:semver-minor"] - package-ecosystem: "github-actions" directory: "/" schedule: