Skip to content

Commit a78d486

Browse files
chore: update automation for stable6.1
Signed-off-by: SebastianKrupinski <[email protected]>
1 parent 978a7cc commit a78d486

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/npm-audit-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
branches: ['main', 'stable5.5', 'stable6.0']
27+
branches: ['main', 'stable5.5', 'stable6.1']
2828

2929
name: npm-audit-fix-${{ matrix.branches }}
3030

.tx/backport

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
stable5.5
2-
stable6.0
2+
stable6.1

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"ignoreUnstable": false,
2121
"baseBranchPatterns": [
2222
"main",
23+
"stable6.1",
2324
"stable5.5"
2425
],
2526
"enabledManagers": [

0 commit comments

Comments
 (0)