mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:40:18 +00:00
20 lines
359 B
YAML
20 lines
359 B
YAML
version: 2
|
|
updates:
|
|
# GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
target-branch: "develop"
|
|
labels:
|
|
- "dependencies"
|
|
|
|
# npm
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
target-branch: "develop"
|
|
labels:
|
|
- "dependencies"
|