Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,28 @@ updates:
github-actions:
patterns:
- "*"
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
allow:
- dependency-type: all
ignore:
- dependency-name: "k8s.io/*"
update-types:
- version-update:semver-major
- version-update:semver-minor
- dependency-name: "*.k8s.io/*"
update-types:
- version-update:semver-major
- version-update:semver-minor
groups:
gomod-k8s.io:
patterns:
- "k8s.io/*"
- "*.k8s.io/*"
update-types:
- patch
gomod:
patterns:
- "*"
2 changes: 1 addition & 1 deletion build/common/Makefile.common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GOFUMPT_VERSION := v0.9.1
# https://github.com/daixiang0/gci/releases/latest
GCI_VERSION := v0.13.7
# https://github.com/securego/gosec/releases/latest
GOSEC_VERSION := v2.22.9
GOSEC_VERSION := v2.22.10
# https://github.com/kubernetes-sigs/kubebuilder/releases/latest
KBVERSION := 4.9.0
# https://github.com/alexfalkowski/gocovmerge/releases/latest
Expand Down