mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 07:32:12 +03:00
This fixes the warning <https://docs.zizmor.sh/audits/#dependabot-cooldown> and avoids updating to freshly published dependencies that are more likely to be unpublished.
21 lines
529 B
YAML
21 lines
529 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "cargo"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
commit-message:
|
|
prefix: "chore(cargo)"
|
|
open-pull-requests-limit: 50
|
|
cooldown:
|
|
default-days: 7
|
|
|
|
# Keep GitHub Actions up to date.
|
|
# <https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot>
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
cooldown:
|
|
default-days: 7
|