mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
only do monthly dependabot updates (#3199)
* only do monthly dependabot updates * increase dependabot pr limit from 10 to 50 (due to only monthly interval, 10 seems to be too low) Co-authored-by: B. Petersen <r10s@b44t.com>
This commit is contained in:
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@@ -3,7 +3,7 @@ updates:
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: "monthly"
|
||||
commit-message:
|
||||
prefix: "cargo"
|
||||
open-pull-requests-limit: 10
|
||||
open-pull-requests-limit: 50
|
||||
|
||||
Reference in New Issue
Block a user