diff options
-rw-r--r-- | .github/dependabot.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index f0b2d06..8b6b924 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -6,9 +6,10 @@ updates: schedule: interval: "daily" ignore: - update-types: - - version-update:semver-patch - - version-update:semver-minor + - dependency-name: "*" + update-types: + - version-update:semver-patch + - version-update:semver-minor - package-ecosystem: "github-actions" directory: "/" schedule: |