mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 20:59:39 +02:00
Weekly dependabot checks (#407)
Whilst the project is focussing on building out base features, daily dependabot updates are distracting particularly for fast moving repos like rails/rails. This calms the cadence to weekly.
This commit is contained in:
parent
69c5df73d9
commit
b53c156dfc
1 changed files with 10 additions and 10 deletions
20
.github/dependabot.yml
vendored
20
.github/dependabot.yml
vendored
|
@ -1,12 +1,12 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: bundler
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: bundler
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
open-pull-requests-limit: 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue