mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[renovate] Fix match for all base branches (#205963)
https://docs.renovatebot.com/string-pattern-matching/ doesn't appear to be working for this setting. The documentation [mentions regular expression support](https://docs.renovatebot.com/configuration-options/#matchbasebranches), this moves the expression over.
This commit is contained in:
parent
0585712012
commit
4991ee1c2f
1 changed files with 3 additions and 3 deletions
|
@ -67,7 +67,7 @@
|
|||
"team:kibana-operations"
|
||||
],
|
||||
"matchBaseBranches": [
|
||||
"*"
|
||||
"/^[8-9].*/"
|
||||
],
|
||||
"labels": [
|
||||
"Team:Operations",
|
||||
|
@ -94,7 +94,7 @@
|
|||
"team:kibana-operations"
|
||||
],
|
||||
"matchBaseBranches": [
|
||||
"*"
|
||||
"/.*/"
|
||||
],
|
||||
"labels": [
|
||||
"Team:Operations",
|
||||
|
@ -3213,7 +3213,7 @@
|
|||
"team:kibana-operations"
|
||||
],
|
||||
"matchBaseBranches": [
|
||||
"*"
|
||||
"/.*/"
|
||||
],
|
||||
"labels": [
|
||||
"Team:Operations",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue