mirror of
https://github.com/chatmail/core.git
synced 2026-05-17 05:46:30 +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"
|
- package-ecosystem: "cargo"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "monthly"
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "cargo"
|
prefix: "cargo"
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 50
|
||||||
|
|||||||
Reference in New Issue
Block a user