Skip to content

Commit b2a5631

Browse files
committed
more attempts
Signed-off-by: clux <[email protected]>
1 parent 0e372ae commit b2a5631

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/renovate-entrypoint.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
2-
set -exuo pipefail
32

43
# renovate: datasource=github-releases depName=clux/whyq
54
export YQ_VER=0.10.2

renovate.json5

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
$schema: "https://docs.renovatebot.com/renovate-schema.json",
33
extends: [
4-
"config:base",
54
":gitSignOff",
65
":disableDependencyDashboard"
76
],
@@ -14,6 +13,7 @@
1413
"This PR bumps the Kubernetes version in the justfile and runs just renovate.",
1514
"{{#if isMinor}}Please check for inconsistencies in the new version{{/if}}",
1615
],
16+
branchPrefix: "ghreno",
1717
customManagers: [
1818
{
1919
customType: "regex",

0 commit comments

Comments
 (0)