mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-25 09:44:24 +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"
|
||||
],
|
||||
"packagePatterns": [
|
||||
"^([^/]+\\/)*(mariadb|mysql)(:.*)?$"
|
||||
"^([^/]+\\/)*(mariadb|mysql)(:.+)?$"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -53,7 +53,7 @@
|
||||
"patch"
|
||||
],
|
||||
"packagePatterns": [
|
||||
"^([^/]+\\/)*mariadb(:.*)?$"
|
||||
"^([^/]+\\/)*mariadb(:.+)?$"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user