12 lines
246 B
YAML
12 lines
246 B
YAML
|
version: 2
|
||
|
updates:
|
||
|
- package-ecosystem: github-actions
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: daily
|
||
|
target-branch: main
|
||
|
- package-ecosystem: cargo
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "daily"
|
||
|
target-branch: main
|