Skip to content

Commit

Permalink
Merge pull request #1063 from fluxcd/dependabot-godeps
Browse files Browse the repository at this point in the history
ci: Enable dependabot `gomod` updates
  • Loading branch information
stefanprodan authored Jan 24, 2024
2 parents 40c7bc6 + 42307e2 commit a225802
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,19 @@ updates:
schedule:
interval: "daily"
groups:
flux-deps:
patterns:
- "github.com/fluxcd/*"
go-deps:
patterns:
- "*"
exclude-patterns:
- "github.com/fluxcd/*"
allow:
- dependency-type: "direct"
ignore:
# Kubernetes deps are updated by fluxcd/pkg
- dependency-name: "k8s.io/*"
- dependency-name: "sigs.k8s.io/*"
# Cloud SDKs are updated by SOPS
# KMS SDKs are updated by SOPS
- dependency-name: "github.com/Azure/*"
- dependency-name: "github.com/aws/*"
- dependency-name: "github.com/hashicorp/vault/*"
# Flux APIs pkg are updated at release time
- dependency-name: "github.com/fluxcd/kustomize-controller/api"
- dependency-name: "github.com/fluxcd/source-controller/api"
Expand Down

0 comments on commit a225802

Please sign in to comment.