mirror of
https://github.com/netbirdio/pfsense-netbird.git
synced 2026-05-22 18:04:30 -07:00
Update auto-release conditions and Renovate configuration
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user