18 lines
352 B
YAML
18 lines
352 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
target-branch: main
|
|
- package-ecosystem: gradle
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
target-branch: main
|
|
- package-ecosystem: npm
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
target-branch: main
|