Update Dependabot config

This commit is contained in:
Héctor Molinero Fernández
2024-07-20 12:51:50 +02:00
parent 3414b17506
commit 3823e68554

View File

@@ -2,7 +2,18 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: "github-actions" - package-ecosystem: "docker"
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
groups:
docker-all:
patterns: ["*"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
github-actions-all:
patterns: ["*"]