Re-enable Dependabot upgrades

Signed-off-by: Erik Godding Boye <egboye@gmail.com>
This commit is contained in:
Erik Godding Boye 2025-07-23 17:57:45 +02:00
parent 376c59991b
commit 606a3318f8
No known key found for this signature in database
2 changed files with 20 additions and 2 deletions

20
.github/dependabot.yaml vendored Normal file
View File

@ -0,0 +1,20 @@
# THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
# Edit https://github.com/cert-manager/makefile-modules/blob/main/modules/repository-base/base-dependabot/.github/dependabot.yaml instead.
# Update Go dependencies and GitHub Actions dependencies daily.
version: 2
updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: daily
groups:
all:
patterns: ["*"]
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
groups:
all:
patterns: ["*"]

View File

@ -57,8 +57,6 @@ GOLDFLAGS := -w -s \
golangci_lint_config := .golangci.yaml
repository_base_no_dependabot := 1
GINKGO_VERSION ?= $(shell awk '/ginkgo\/v2/ {print $$2}' test/e2e/go.mod)
build_names := controller acmesolver webhook cainjector startupapicheck