3
0
Fork 0
mirror of https://gitea.com/docker/setup-qemu-action.git synced 2024-11-22 09:29:32 +01:00
docker-setup-qemu/.github/dependabot.yml
CrazyMax cc4c677222
Fix Dependabot labels
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-09-03 13:53:22 +02:00

18 lines
350 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
- "bot"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "production"
labels:
- "dependencies"
- "bot"