Skip to content

Commit

Permalink
Dependabot: ignore patch updates (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
recrwplay authored Jan 25, 2024
1 parent 3292ce8 commit 14720a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ updates:
dependency-type: "production"
dev-dependencies:
dependency-type: "development"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

0 comments on commit 14720a4

Please sign in to comment.