Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Renovate #37

Merged
merged 11 commits into from
Aug 19, 2024
Merged
Prev Previous commit
Next Next commit
chore: Update Docker dependency in renovate.json configuration for bu…
…ild-images.sh
stephdl committed Aug 19, 2024
commit 768ee97805136b27d051641ff86b3d247990ce6f
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -18,6 +18,14 @@
],
"datasourceTemplate": "docker"
},
{
"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]+)"],