mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-09-10 08:01:12 +00:00
See: https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns
12 lines
322 B
YAML
12 lines
322 B
YAML
# Please see the documentation for all configuration options:
|
|
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
cooldown:
|
|
default-days: 7
|