We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e372ae commit b2a5631Copy full SHA for b2a5631
.github/renovate-entrypoint.sh
@@ -1,5 +1,4 @@
1
#!/bin/bash
2
-set -exuo pipefail
3
4
# renovate: datasource=github-releases depName=clux/whyq
5
export YQ_VER=0.10.2
renovate.json5
@@ -1,7 +1,6 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
- "config:base",
":gitSignOff",
6
":disableDependencyDashboard"
7
],
@@ -14,6 +13,7 @@
14
13
"This PR bumps the Kubernetes version in the justfile and runs just renovate.",
15
"{{#if isMinor}}Please check for inconsistencies in the new version{{/if}}",
16
+ branchPrefix: "ghreno",
17
customManagers: [
18
19
customType: "regex",
0 commit comments