1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-19 19:11:11 +00:00
musix-oss/.github/dependabot.yml

38 lines
697 B
YAML
Raw Normal View History

2024-02-08 21:51:28 +00:00
version: 2
updates:
# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "master"
labels:
- "dependencies"
# NPM - Version 1
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
target-branch: "v1"
labels:
- "dependencies"
# NPM - Version 2
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
target-branch: "v2"
labels:
- "dependencies"
# NPM - Version 3
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
target-branch: "v3"
labels:
- "dependencies"