Skip to content

Commit

Permalink
Explicitly ignore patch versions in dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
depsypher committed Dec 2, 2024
1 parent 71c2272 commit 1efd3a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ updates:
actions-minor:
update-types:
- minor
ignore:
- dependency-name: '\*'
update-types: ["version-update:semver-patch"]

- package-ecosystem: npm
directory: /
Expand All @@ -22,3 +25,6 @@ updates:
dependency-type: production
update-types:
- minor
ignore:
- dependency-name: '\*'
update-types: ["version-update:semver-patch"]

0 comments on commit 1efd3a8

Please sign in to comment.