Enable dependabot for Go modules

Update Go modules montly using dependabot. This will help
keep packages up to date for security fixes and other improvements.

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
SuperQ 2025-01-03 09:56:34 +01:00
parent 1bd567d7ad
commit 6d75879b59
No known key found for this signature in database
GPG Key ID: C646B23C9E3245F1

View File

@ -5,3 +5,12 @@ updates:
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
groups:
go.opentelemetry.io:
patterns:
- "go.opentelemetry.io/*"
open-pull-requests-limit: 20