Skip to content

Commit

Permalink
build(dependabot): ignore major and minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
eidoriantan committed Aug 28, 2023
1 parent 20272a1 commit 212fd73
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 @@ -9,6 +9,8 @@ updates:
reviewers:
- eidoriantan
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- dependency-name: rollup
versions:
- 2.41.5
Expand Down

0 comments on commit 212fd73

Please sign in to comment.