mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 20:20:35 +00:00
The release frequency of some GHAs means we end up with daily dependabot PRs, which results in lots of not-particularly-useful review work. Reducing the update cadence to weekly shouldn't expose us to much risk and will reduce PR churn. Signed-off-by: Stephen Kitt <skitt@redhat.com>
18 lines
374 B
YAML
18 lines
374 B
YAML
---
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: '/'
|
|
schedule:
|
|
interval: weekly
|
|
- package-ecosystem: github-actions
|
|
directory: '/'
|
|
target-branch: "release-0.12"
|
|
schedule:
|
|
interval: weekly
|
|
- package-ecosystem: github-actions
|
|
directory: '/'
|
|
target-branch: "release-0.13"
|
|
schedule:
|
|
interval: weekly
|