ci: Enable dependabot `gomod` updates for `/api`

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2024-01-29 11:52:28 +02:00
parent 19d8d55dca
commit f73a7999ab
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF
1 changed files with 15 additions and 0 deletions

View File

@ -1,6 +1,21 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/api"
labels: ["dependencies"]
schedule:
interval: "daily"
groups:
go-deps:
patterns:
- "*"
allow:
- dependency-type: "direct"
ignore:
# Kubernetes deps are updated by fluxcd/pkg
- dependency-name: "k8s.io/*"
- dependency-name: "sigs.k8s.io/*"
- package-ecosystem: "gomod"
directory: "/"
labels: ["dependencies"]