Skip to content

Commit

Permalink
dependabot: monitor Rails 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmke committed Jun 3, 2024
1 parent ac48eaa commit 5c0ed6f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,16 @@ updates:
- version-update:semver-minor

- package-ecosystem: "bundler"
directory: "/gemfiles/rails-7.2" # pre-release
directory: "/gemfiles/rails-7.2"
schedule:
interval: "weekly" # volatile, avoid daily PRs
interval: "daily"
time: "08:30"
timezone: "Europe/Berlin"
ignore:
- dependency-name: "rails"
update-types: # keep only patch level
- version-update:semver-major
- version-update:semver-minor

- package-ecosystem: "bundler"
directory: "/gemfiles/rails-main" # 8.0 dev
Expand Down

0 comments on commit 5c0ed6f

Please # to comment.