Automated Dependency Updates for Batect Wrapper
Categories: batect
Renovate supports updating Batect Wrapper dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: (^|/)batect$
.
For details on how to extend a manager's fileMatch
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: github-releases
.
Default config¶
{
"fileMatch": [
"(^|/)batect$"
],
"versioning": "semver"
}
Additional Information¶
Configuration for Batect wrapper updates.
The default configuration will automatically update both batect
and batect.cmd
, similar to running ./batect --upgrade
.
See also: Batect image reference updates