18 lines
360 B
YAML
18 lines
360 B
YAML
|
version: 2
|
||
|
updates:
|
||
|
- package-ecosystem: "github-actions"
|
||
|
directory: "/"
|
||
|
target-branch: "master"
|
||
|
schedule:
|
||
|
interval: "weekly"
|
||
|
commit-message:
|
||
|
prefix: "ci:"
|
||
|
|
||
|
- package-ecosystem: "github-actions"
|
||
|
directory: "/"
|
||
|
target-branch: "release-20.09"
|
||
|
schedule:
|
||
|
interval: "weekly"
|
||
|
commit-message:
|
||
|
prefix: "ci:"
|