Skip to content

Commit 4391f76

Browse files
committed
Use renovate to monitor dependencies on release branch
1 parent 6997628 commit 4391f76

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/cherry-pick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: write
1616
runs-on: ubuntu-24.04
1717
name: Cherry pick into release branch
18-
if: ${{ (contains(github.event.pull_request.labels.*.name, 'dependencies') || contains(github.event.pull_request.labels.*.name, 'needs cherry pick')) && github.event.pull_request.merged == true }}
18+
if: ${{ contains(github.event.pull_request.labels.*.name, 'needs cherry pick') && github.event.pull_request.merged == true }}
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@
179179
"timezone": "Europe/Dublin",
180180
"automerge": true,
181181
"automergeStrategy": "squash",
182+
"baseBranchPatterns": [
183+
"main",
184+
"release-5.2"
185+
],
182186
"commitBodyTable": true,
183187
"configMigration": true,
184188
"customDatasources": {

0 commit comments

Comments
 (0)