mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 22:40:34 +00:00
Use dependabot to keep GitHub Actions up-to-date on the release-0.14 branch. Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
23 lines
502 B
YAML
23 lines
502 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
|
|
- package-ecosystem: github-actions
|
|
directory: '/'
|
|
target-branch: "release-0.14"
|
|
schedule:
|
|
interval: weekly
|