Skip to content

Commit

Permalink
Chore: Limit dependabot for Rails 8
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbruce committed Nov 11, 2024
1 parent 7473e4b commit 734cae8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ updates:
day: tuesday
time: "21:00"
timezone: Europe/London
ignore:
- dependency-name: rails
versions:
- ">= 8.0.0"
- dependency-name: action*
versions:
- ">= 8.0.0"
- dependency-name: active*
versions:
- ">= 8.0.0"
groups:
bundler:
patterns:
Expand Down

0 comments on commit 734cae8

Please sign in to comment.