Skip to content

Commit 3d9daf8

Browse files
BOT: run 'make upgrade-klone' and 'make generate'
Signed-off-by: cert-manager-bot <[email protected]>
1 parent 5b06975 commit 3d9daf8

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/dependabot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ updates:
99
schedule:
1010
interval: daily
1111
groups:
12-
all:
12+
all-go-deps:
1313
patterns: ["*"]
1414
- package-ecosystem: github-actions
1515
directory: /
1616
schedule:
1717
interval: daily
1818
groups:
19-
all:
19+
all-gh-actions:
2020
patterns: ["*"]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# For details on some of these "prelude" settings, see:
4040
# https://clarkgrubb.com/makefile-style-guide
4141
MAKEFLAGS += --warn-undefined-variables --no-builtin-rules
42-
SHELL := /usr/bin/env bash
42+
SHELL := /usr/bin/env PS1="" bash
4343
.SHELLFLAGS := -uo pipefail -c
4444
.DEFAULT_GOAL := help
4545
.DELETE_ON_ERROR:

klone.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: 96603dabe6b58f2d14455995dc78e932c841195a
13+
repo_hash: cf7f45d0a649834f3a8906ffef411bce03d09ac5
1414
repo_path: modules/boilerplate
1515
- folder_name: generate-verify
1616
repo_url: https://github.com/cert-manager/makefile-modules.git
1717
repo_ref: main
18-
repo_hash: 96603dabe6b58f2d14455995dc78e932c841195a
18+
repo_hash: cf7f45d0a649834f3a8906ffef411bce03d09ac5
1919
repo_path: modules/generate-verify
2020
- folder_name: help
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: 96603dabe6b58f2d14455995dc78e932c841195a
23+
repo_hash: cf7f45d0a649834f3a8906ffef411bce03d09ac5
2424
repo_path: modules/help
2525
- folder_name: klone
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: 96603dabe6b58f2d14455995dc78e932c841195a
28+
repo_hash: cf7f45d0a649834f3a8906ffef411bce03d09ac5
2929
repo_path: modules/klone
3030
- folder_name: repository-base
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: 96603dabe6b58f2d14455995dc78e932c841195a
33+
repo_hash: cf7f45d0a649834f3a8906ffef411bce03d09ac5
3434
repo_path: modules/repository-base
3535
- folder_name: tools
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: 96603dabe6b58f2d14455995dc78e932c841195a
38+
repo_hash: cf7f45d0a649834f3a8906ffef411bce03d09ac5
3939
repo_path: modules/tools

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ updates:
99
schedule:
1010
interval: daily
1111
groups:
12-
all:
12+
all-go-deps:
1313
patterns: ["*"]
1414
- package-ecosystem: github-actions
1515
directory: /
1616
schedule:
1717
interval: daily
1818
groups:
19-
all:
19+
all-gh-actions:
2020
patterns: ["*"]

make/_shared/repository-base/base/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# For details on some of these "prelude" settings, see:
4040
# https://clarkgrubb.com/makefile-style-guide
4141
MAKEFLAGS += --warn-undefined-variables --no-builtin-rules
42-
SHELL := /usr/bin/env bash
42+
SHELL := /usr/bin/env PS1="" bash
4343
.SHELLFLAGS := -uo pipefail -c
4444
.DEFAULT_GOAL := help
4545
.DELETE_ON_ERROR:

0 commit comments

Comments
 (0)