mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-25 17:55:06 +01:00
Merge pull request #258 from cschug/renovate_fix_regex
fix: fix Renovate regular expression as image tags are never empty
This commit is contained in:
commit
4d2a489ff0
@ -35,7 +35,7 @@
|
|||||||
"minor"
|
"minor"
|
||||||
],
|
],
|
||||||
"packagePatterns": [
|
"packagePatterns": [
|
||||||
"^([^/]+\\/)*(mariadb|mysql)(:.*)?$"
|
"^([^/]+\\/)*(mariadb|mysql)(:.+)?$"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -53,7 +53,7 @@
|
|||||||
"patch"
|
"patch"
|
||||||
],
|
],
|
||||||
"packagePatterns": [
|
"packagePatterns": [
|
||||||
"^([^/]+\\/)*mariadb(:.*)?$"
|
"^([^/]+\\/)*mariadb(:.+)?$"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user