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 fa26a60 commit 1bb519f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"\\bdocker\\.io/(?<depName>.+):(?<currentValue>[-0-9\\.a-z]+)"
],
"datasourceTemplate": "docker"
},
{
"fileMatch": ["build-images.sh"],
"matchStrings": ["docker\\.io/mariadb:(?<currentValue>[^\\s]+)"],
"depNameTemplate": "mariadb",
"datasourceTemplate": "docker"
}
]
}

0 comments on commit 1bb519f

Please sign in to comment.