let dependabot group golang/x imports

This commit is contained in:
Michael Eischer 2025-12-06 20:20:47 +01:00
parent 9228592fe7
commit 441efb0865

View file

@ -5,6 +5,10 @@ updates:
directory: "/" # Location of package manifests directory: "/" # Location of package manifests
schedule: schedule:
interval: "weekly" interval: "weekly"
groups:
golang-x-deps:
patterns:
- "golang.org/x/*"
# Dependencies listed in .github/workflows/*.yml # Dependencies listed in .github/workflows/*.yml
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"