diff options
author | 2025-03-23 15:56:49 +0000 | |
---|---|---|
committer | 2025-03-23 15:56:49 +0000 | |
commit | fa682ea5fc726ba3a866eb9e2fe2844ea6c77800 (patch) | |
tree | 92b72e93786a89a669c3c9e5e88594f66d240bc9 | |
parent | Add Fred to author list (diff) |
Fix dependabot config
-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: |