Skip to content

Commit

Permalink
Switch bundler ecosystem to monthly updates
Browse files Browse the repository at this point in the history
Since we have auto merges as well, no need for such frequently update checks. If an important release is available that we'd like to include and test, then we can easily run Dependabot manually to pick it up. Otherwise, we go many months without explicit interaction needed.
  • Loading branch information
javierjulio committed Oct 8, 2023
1 parent 82ba4b3 commit 1ebc3d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ updates:
- package-ecosystem: bundler
directory: /
schedule:
interval: daily
interval: monthly
versioning-strategy: lockfile-only
- package-ecosystem: bundler
directory: /gemfiles/rails_61
schedule:
interval: daily
interval: monthly
versioning-strategy: lockfile-only
- package-ecosystem: bundler
directory: /gemfiles/rails_70
schedule:
interval: daily
interval: monthly
versioning-strategy: lockfile-only

0 comments on commit 1ebc3d0

Please sign in to comment.