Skip to content

Commit

Permalink
dependabot: Ignore minor and patch versions of serde (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdsimons authored Jan 17, 2025
2 parents 45f9555 + 746d8f2 commit be52785
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,10 @@ updates:
interval: "daily"
labels:
- "dependencies"
# Not yet supported. See <https://github.com/dependabot/dependabot-core/issues/4009>.
# versioning-strategy: "increase-if-necessary"
ignore:
- dependency-name: "serde"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

0 comments on commit be52785

Please sign in to comment.