Skip to content

Commit

Permalink
ci: ignore patch version updates in dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Nov 30, 2023
1 parent 6b1076d commit 7d75993
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ updates:
- type:maintenance
ignore:
- dependency-name: react-bootstrap # rdmo still uses bootstrap 3, which is not supported by react-bootstrap > 0.33.1
- dependency-name: "*"
update-types: ["version-update:semver-patch"] # ignore patch versions for all JavaScript dependencies
groups:
react:
patterns:
Expand Down

0 comments on commit 7d75993

Please sign in to comment.