Skip to content

Commit

Permalink
Merge pull request #1111 from LukasKalbertodt/adjust-dependabot
Browse files Browse the repository at this point in the history
Configure dependabot: remove outdated entries and group simple updates
  • Loading branch information
Arnei committed Sep 27, 2023
2 parents 265b0e7 + 8ac8ec8 commit 13d0ff3
Showing 1 changed file with 6 additions and 34 deletions.
40 changes: 6 additions & 34 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,9 @@ updates:
schedule:
interval: monthly
time: "04:00"
open-pull-requests-limit: 15
ignore:
- dependency-name: react-hook-form
versions:
- ">= 4.a"
- "< 5"
- dependency-name: react-hook-form
versions:
- ">= 5.a"
- "< 6"
- dependency-name: react-hook-form
versions:
- ">= 6.a"
- "< 7"
- dependency-name: react-scripts
versions:
- ">= 4.a"
- "< 5"
- dependency-name: "@sentry/browser"
versions:
- ">= 6.a"
- "< 7"
- dependency-name: "@testing-library/react"
versions:
- ">= 10.a"
- "< 11"
- dependency-name: "@testing-library/react"
versions:
- ">= 11.a"
- "< 12"
- dependency-name: use-resize-observer
versions:
- ">= 7.a"
- "< 8"
groups:
minor-and-patch:
update-types:
- "minor"
- "patch"

0 comments on commit 13d0ff3

Please sign in to comment.