spotube/.github/dependabot.yml
RaptaG 870bc0130d
Dependabot targets the dev branch
Faster merges without breaking the mainline

Signed-off-by: RaptaG <sir-raptag@tutamail.com>
2023-07-07 15:31:22 +03:00

17 lines
285 B
YAML

version: 2
enable-beta-ecosystems: true
updates:
- package-ecosystem: "pub"
directory: "/"
schedule:
interval: "daily"
target-branch: "dev"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "dev"