1
0
mirror of https://github.com/warengroup/eximiabots-radiox.git synced 2025-05-17 11:27:17 +00:00
2021-09-09 12:44:50 +03:00

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"