Update dependabot.yml

This commit is contained in:
RW
2025-11-20 10:32:01 +01:00
committed by GitHub
parent 9917b04e81
commit 6a6634dd6c

View File

@@ -4,14 +4,14 @@
version: 2
updates:
- package-ecosystem: "github-actions"
open-pull-requests-limit: 30
open-pull-requests-limit: 40
directory: "/"
labels:
- "🤖 Dependencies"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
open-pull-requests-limit: 30
open-pull-requests-limit: 40
allow:
# Allow both direct and indirect updates for all packages.
- dependency-type: "all"
@@ -46,6 +46,16 @@ updates:
azure-modules:
patterns:
- "github.com/Azure/**"
ebitengine-modules:
patterns:
- "github.com/ebitengine/**"
shirou-modules:
patterns:
- "github.com/shirou/gopsutil"
- "github.com/shirou/gopsutil/**"
tklauser-modules:
patterns:
- "github.com/tklauser/**"
docker-modules:
patterns:
- "github.com/docker/**"