Skip to content

Commit e012962

Browse files
Merge pull request #120 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents b05920d + d8b0880 commit e012962

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
go-version: ${{ steps.go-version.outputs.result }}
5151

5252
- name: Self-hosted Renovate
53-
uses: renovatebot/github-action@9ba84f1ade243f8c2ce5b223df61cf23dc094584 # v43.0.13
53+
uses: renovatebot/github-action@2d941ef4e268e53affdc1f11365c69a73e544f50 # v43.0.14
5454
with:
5555
configurationFile: .github/renovate.json5
5656
token: ${{ steps.octo-sts.outputs.token }}

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: ced5ae97a801373dc3387c90bd9636c8a6a04900
12+
repo_hash: 7dd270ef17d38650b87a1c79f74afca4497bd3d6
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: ced5ae97a801373dc3387c90bd9636c8a6a04900
17+
repo_hash: 7dd270ef17d38650b87a1c79f74afca4497bd3d6
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: ced5ae97a801373dc3387c90bd9636c8a6a04900
22+
repo_hash: 7dd270ef17d38650b87a1c79f74afca4497bd3d6
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: ced5ae97a801373dc3387c90bd9636c8a6a04900
27+
repo_hash: 7dd270ef17d38650b87a1c79f74afca4497bd3d6
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: ced5ae97a801373dc3387c90bd9636c8a6a04900
32+
repo_hash: 7dd270ef17d38650b87a1c79f74afca4497bd3d6
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: ced5ae97a801373dc3387c90bd9636c8a6a04900
37+
repo_hash: 7dd270ef17d38650b87a1c79f74afca4497bd3d6
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: ced5ae97a801373dc3387c90bd9636c8a6a04900
42+
repo_hash: 7dd270ef17d38650b87a1c79f74afca4497bd3d6
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: ced5ae97a801373dc3387c90bd9636c8a6a04900
47+
repo_hash: 7dd270ef17d38650b87a1c79f74afca4497bd3d6
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: ced5ae97a801373dc3387c90bd9636c8a6a04900
52+
repo_hash: 7dd270ef17d38650b87a1c79f74afca4497bd3d6
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: ced5ae97a801373dc3387c90bd9636c8a6a04900
57+
repo_hash: 7dd270ef17d38650b87a1c79f74afca4497bd3d6
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: ced5ae97a801373dc3387c90bd9636c8a6a04900
62+
repo_hash: 7dd270ef17d38650b87a1c79f74afca4497bd3d6
6363
repo_path: modules/tools

make/_shared/repository-base/base/.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
go-version: ${{ steps.go-version.outputs.result }}
5151

5252
- name: Self-hosted Renovate
53-
uses: renovatebot/github-action@9ba84f1ade243f8c2ce5b223df61cf23dc094584 # v43.0.13
53+
uses: renovatebot/github-action@2d941ef4e268e53affdc1f11365c69a73e544f50 # v43.0.14
5454
with:
5555
configurationFile: .github/renovate.json5
5656
token: ${{ steps.octo-sts.outputs.token }}

0 commit comments

Comments
 (0)