Skip to content

Commit

Permalink
Configure Renovate (#37)
Browse files Browse the repository at this point in the history
* Add renovate.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Stephane de Labrusse <[email protected]>
  • Loading branch information
renovate[bot] and stephdl authored Aug 19, 2024
1 parent 10bf52c commit 99abe44
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"ignorePaths": ["**/ui/**"],
"regexManagers": [
{
"fileMatch": ["build-images.sh"],
"matchStrings": [
"docker\\.io/roundcube/roundcubemail:(?<currentValue>[-0-9\\.a-z]+)"
],
"datasourceTemplate": "docker",
"depNameTemplate": "roundcube/roundcubemail"
},
{
"fileMatch": ["build-images.sh"],
"matchStrings": ["docker\\.io/mariadb:(?<currentValue>[^\\s]+)"],
"depNameTemplate": "mariadb",
"datasourceTemplate": "docker"
}
],
"packageRules": [
{
"matchPackageNames": ["mariadb"],
"allowedVersions": "<= 10.11"
}
]
}

0 comments on commit 99abe44

Please sign in to comment.