Update auto-release conditions and Renovate configuration

This commit is contained in:
bcmmbaga
2025-12-29 15:10:01 +03:00
parent bf84ca5672
commit de95a33a09
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -26,9 +26,11 @@
{
"matchDatasources": ["github-releases"],
"matchDepNames": ["netbirdio/netbird"],
"commitMessageTopic": "Update NetBird client",
"commitMessageTopic": "NetBird client",
"commitMessageExtra": "to {{newVersion}}",
"automerge": true
"automerge": true,
"platformAutomerge": true,
"addLabels": ["netbird-release"]
}
]
}
+1 -1
View File
@@ -8,7 +8,7 @@ on:
jobs:
auto-release:
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'dependencies')
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'netbird-release')
runs-on: ubuntu-latest
steps:
- name: Checkout