Skip to content

Commit

Permalink
chore: Update Docker dependency in renovate.json configuration for bu…
Browse files Browse the repository at this point in the history
…ild-images.sh
  • Loading branch information
stephdl committed Aug 19, 2024
1 parent 02d7185 commit 768ee97
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]+)"],
Expand Down

0 comments on commit 768ee97

Please sign in to comment.