diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b41798354..87601a838 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,6 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-patch"]