Skip to content

Commit 96a5571

Browse files
Merge pull request #46 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents f2173c2 + 77cfed1 commit 96a5571

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

.github/dependabot.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ updates:
1515
directory: /
1616
schedule:
1717
interval: daily
18+
exclude-paths: # Exclude files that are mastered from makefile-modules and shouldn't be upgraded in projects using makefile-modules.
19+
- .github/workflows/govulncheck.yaml
20+
- .github/workflows/make-self-upgrade.yaml
1821
groups:
1922
all-gh-actions:
2023
patterns: ["*"]

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: 8837533393f5309a1f6ce4cc09641c26d50cef5d
12+
repo_hash: 604ff78fdcd3bc67da8c872979947bb094537d9d
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: 8837533393f5309a1f6ce4cc09641c26d50cef5d
17+
repo_hash: 604ff78fdcd3bc67da8c872979947bb094537d9d
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: 8837533393f5309a1f6ce4cc09641c26d50cef5d
22+
repo_hash: 604ff78fdcd3bc67da8c872979947bb094537d9d
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: 8837533393f5309a1f6ce4cc09641c26d50cef5d
27+
repo_hash: 604ff78fdcd3bc67da8c872979947bb094537d9d
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: 8837533393f5309a1f6ce4cc09641c26d50cef5d
32+
repo_hash: 604ff78fdcd3bc67da8c872979947bb094537d9d
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: 8837533393f5309a1f6ce4cc09641c26d50cef5d
37+
repo_hash: 604ff78fdcd3bc67da8c872979947bb094537d9d
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: 8837533393f5309a1f6ce4cc09641c26d50cef5d
42+
repo_hash: 604ff78fdcd3bc67da8c872979947bb094537d9d
4343
repo_path: modules/tools

make/_shared/repository-base/base-dependabot/.github/dependabot.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ updates:
1515
directory: /
1616
schedule:
1717
interval: daily
18+
exclude-paths: # Exclude files that are mastered from makefile-modules and shouldn't be upgraded in projects using makefile-modules.
19+
- .github/workflows/govulncheck.yaml
20+
- .github/workflows/make-self-upgrade.yaml
1821
groups:
1922
all-gh-actions:
2023
patterns: ["*"]

0 commit comments

Comments
 (0)