diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 765a8b5..bd8febf 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -9,7 +9,9 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" - + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-minor", "version-update:semver-patch"] - package-ecosystem: "github-actions" # Workflow files stored in the # default location of `.github/workflows`