mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 22:40:34 +00:00
Add Dependabot configuration to automatically update GitHub Actions on the release-0.12 branch. This will facilitate quick updates while using SHA-based versions. Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
13 lines
244 B
YAML
13 lines
244 B
YAML
---
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: '/'
|
|
schedule:
|
|
interval: daily
|
|
- package-ecosystem: github-actions
|
|
directory: '/'
|
|
target-branch: "release-0.12"
|
|
schedule:
|
|
interval: daily
|