Skip to content

Commit 6eaed9f

Browse files
Merge pull request #103 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents 4ea0b3f + f94348e commit 6eaed9f

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

.github/renovate.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
labels: [
2020
'dependencies',
2121
'kind/cleanup',
22+
'ok-to-test',
2223
'release-note-none',
2324
],
2425
postUpgradeTasks: {

klone.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,55 +9,55 @@ targets:
99
- folder_name: boilerplate
1010
repo_url: https://github.com/cert-manager/makefile-modules.git
1111
repo_ref: main
12-
repo_hash: 2c6196f353c6a9a412ffa5be412bad483ddf52c6
12+
repo_hash: c49d127c34e0222fe24acc0ab0dc3477f0e8e5ba
1313
repo_path: modules/boilerplate
1414
- folder_name: cert-manager
1515
repo_url: https://github.com/cert-manager/makefile-modules.git
1616
repo_ref: main
17-
repo_hash: 2c6196f353c6a9a412ffa5be412bad483ddf52c6
17+
repo_hash: c49d127c34e0222fe24acc0ab0dc3477f0e8e5ba
1818
repo_path: modules/cert-manager
1919
- folder_name: controller-gen
2020
repo_url: https://github.com/cert-manager/makefile-modules.git
2121
repo_ref: main
22-
repo_hash: 2c6196f353c6a9a412ffa5be412bad483ddf52c6
22+
repo_hash: c49d127c34e0222fe24acc0ab0dc3477f0e8e5ba
2323
repo_path: modules/controller-gen
2424
- folder_name: generate-verify
2525
repo_url: https://github.com/cert-manager/makefile-modules.git
2626
repo_ref: main
27-
repo_hash: 2c6196f353c6a9a412ffa5be412bad483ddf52c6
27+
repo_hash: c49d127c34e0222fe24acc0ab0dc3477f0e8e5ba
2828
repo_path: modules/generate-verify
2929
- folder_name: go
3030
repo_url: https://github.com/cert-manager/makefile-modules.git
3131
repo_ref: main
32-
repo_hash: 2c6196f353c6a9a412ffa5be412bad483ddf52c6
32+
repo_hash: c49d127c34e0222fe24acc0ab0dc3477f0e8e5ba
3333
repo_path: modules/go
3434
- folder_name: help
3535
repo_url: https://github.com/cert-manager/makefile-modules.git
3636
repo_ref: main
37-
repo_hash: 2c6196f353c6a9a412ffa5be412bad483ddf52c6
37+
repo_hash: c49d127c34e0222fe24acc0ab0dc3477f0e8e5ba
3838
repo_path: modules/help
3939
- folder_name: kind
4040
repo_url: https://github.com/cert-manager/makefile-modules.git
4141
repo_ref: main
42-
repo_hash: 2c6196f353c6a9a412ffa5be412bad483ddf52c6
42+
repo_hash: c49d127c34e0222fe24acc0ab0dc3477f0e8e5ba
4343
repo_path: modules/kind
4444
- folder_name: klone
4545
repo_url: https://github.com/cert-manager/makefile-modules.git
4646
repo_ref: main
47-
repo_hash: 2c6196f353c6a9a412ffa5be412bad483ddf52c6
47+
repo_hash: c49d127c34e0222fe24acc0ab0dc3477f0e8e5ba
4848
repo_path: modules/klone
4949
- folder_name: oci-build
5050
repo_url: https://github.com/cert-manager/makefile-modules.git
5151
repo_ref: main
52-
repo_hash: 2c6196f353c6a9a412ffa5be412bad483ddf52c6
52+
repo_hash: c49d127c34e0222fe24acc0ab0dc3477f0e8e5ba
5353
repo_path: modules/oci-build
5454
- folder_name: repository-base
5555
repo_url: https://github.com/cert-manager/makefile-modules.git
5656
repo_ref: main
57-
repo_hash: 2c6196f353c6a9a412ffa5be412bad483ddf52c6
57+
repo_hash: c49d127c34e0222fe24acc0ab0dc3477f0e8e5ba
5858
repo_path: modules/repository-base
5959
- folder_name: tools
6060
repo_url: https://github.com/cert-manager/makefile-modules.git
6161
repo_ref: main
62-
repo_hash: 2c6196f353c6a9a412ffa5be412bad483ddf52c6
62+
repo_hash: c49d127c34e0222fe24acc0ab0dc3477f0e8e5ba
6363
repo_path: modules/tools

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
labels: [
2020
'dependencies',
2121
'kind/cleanup',
22+
'ok-to-test',
2223
'release-note-none',
2324
],
2425
postUpgradeTasks: {

0 commit comments

Comments
 (0)