diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a48f867..73a5f8a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,9 @@ updates: directory: "/" schedule: interval: "weekly" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major", "version-update:semver-minor"] # version updates for GitHub Actions - package-ecosystem: "github-actions"