Files
solidtime/.github/dependabot.yml
2024-04-03 14:21:00 +02:00

49 lines
1.0 KiB
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "main"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
target-branch: "main"
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "weekly"
target-branch: "main"
groups:
major-updates:
update-types:
- "major"
minor-updates:
update-types:
- "minor"
- "patch"
security-updates:
applies-to: version-updates
update-types:
- "minor"
- "patch"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
target-branch: "main"
groups:
major-updates:
update-types:
- "major"
minor-updates:
update-types:
- "minor"
- "patch"
security-updates:
applies-to: version-updates
update-types:
- "minor"
- "patch"