Skip to content

Commit c83946e

Browse files
Merge pull request #51 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents cedf707 + 384616a commit c83946e

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/renovate.json5

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
enabledManagers: [
88
'gomod',
99
],
10-
separateMajorMinor: false,
1110
extends: [
1211
'config:best-practices',
1312
':gitSignOff',

klone.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,35 @@ targets:
99
- folder_name: boilerplate
1010
repo_url: https://github.com/cert-manager/makefile-modules.git
1111
repo_ref: main
12-
repo_hash: 228dee9049e9b52dac451c913164892f575e0b07
12+
repo_hash: 164d45e6f5ad6284301392c45dc8252e21261c65
1313
repo_path: modules/boilerplate
1414
- folder_name: generate-verify
1515
repo_url: https://github.com/cert-manager/makefile-modules.git
1616
repo_ref: main
17-
repo_hash: 228dee9049e9b52dac451c913164892f575e0b07
17+
repo_hash: 164d45e6f5ad6284301392c45dc8252e21261c65
1818
repo_path: modules/generate-verify
1919
- folder_name: go
2020
repo_url: https://github.com/cert-manager/makefile-modules.git
2121
repo_ref: main
22-
repo_hash: 228dee9049e9b52dac451c913164892f575e0b07
22+
repo_hash: 164d45e6f5ad6284301392c45dc8252e21261c65
2323
repo_path: modules/go
2424
- folder_name: help
2525
repo_url: https://github.com/cert-manager/makefile-modules.git
2626
repo_ref: main
27-
repo_hash: 228dee9049e9b52dac451c913164892f575e0b07
27+
repo_hash: 164d45e6f5ad6284301392c45dc8252e21261c65
2828
repo_path: modules/help
2929
- folder_name: klone
3030
repo_url: https://github.com/cert-manager/makefile-modules.git
3131
repo_ref: main
32-
repo_hash: 228dee9049e9b52dac451c913164892f575e0b07
32+
repo_hash: 164d45e6f5ad6284301392c45dc8252e21261c65
3333
repo_path: modules/klone
3434
- folder_name: repository-base
3535
repo_url: https://github.com/cert-manager/makefile-modules.git
3636
repo_ref: main
37-
repo_hash: 228dee9049e9b52dac451c913164892f575e0b07
37+
repo_hash: 164d45e6f5ad6284301392c45dc8252e21261c65
3838
repo_path: modules/repository-base
3939
- folder_name: tools
4040
repo_url: https://github.com/cert-manager/makefile-modules.git
4141
repo_ref: main
42-
repo_hash: 228dee9049e9b52dac451c913164892f575e0b07
42+
repo_hash: 164d45e6f5ad6284301392c45dc8252e21261c65
4343
repo_path: modules/tools

make/_shared/go/01_mod.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ generate-go-mod-tidy: | $(NEEDS_GO)
6060
echo ""; \
6161
done
6262

63-
shared_generate_targets += generate-go-mod-tidy
63+
shared_generate_targets := generate-go-mod-tidy $(shared_generate_targets)
6464

6565
ifndef dont_generate_govulncheck
6666

make/_shared/repository-base/base-dependabot/.github/renovate.json5

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
enabledManagers: [
88
'gomod',
99
],
10-
separateMajorMinor: false,
1110
extends: [
1211
'config:best-practices',
1312
':gitSignOff',

make/_shared/tools/00_mod.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,12 @@ NEEDS_CTR = __require-ctr
6161

6262
tools :=
6363
# https://github.com/helm/helm/releases
64+
# renovate: datasource=github-releases packageName=helm/helm
6465
tools += helm=v3.18.4
6566
# https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl
6667
tools += kubectl=v1.33.3
6768
# https://github.com/kubernetes-sigs/kind/releases
69+
# renovate: datasource=github-releases packageName=kubernetes-sigs/kind
6870
tools += kind=v0.29.0
6971
# https://www.vaultproject.io/downloads
7072
tools += vault=1.20.2

0 commit comments

Comments
 (0)