Skip to content

Commit 4a0ff59

Browse files
authored
Merge pull request #1993 from stuggi/renovate-18-stable
Add 18-stable to Renovate baseBranchPatterns
2 parents eef12a5 + 01076a3 commit 4a0ff59

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/crd-size-badge.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2222
with:
2323
ref: ${{ github.event.pull_request.head.sha || github.sha }}
24+
allow-unsafe-pr-checkout: true
2425

2526
- name: Install yq
2627
uses: mikefarah/yq@1b9b4ac5187171d2e5e3129be0cfa827c7f9d53d # v4

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"github>openstack-k8s-operators/renovate-config:default.json5"
44
],
55
"baseBranchPatterns": [
6-
"main"
6+
"main",
7+
"18-stable"
78
],
89
"useBaseBranchConfig": "merge",
910
"packageRules": [

0 commit comments

Comments
 (0)