diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7f0237b..f70fe33 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,9 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major"] - package-ecosystem: "github-actions" # Also update Github actions directory: "/"