18 lines
469 B
JSON
18 lines
469 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
"replacements:all",
|
|
"workarounds:all"
|
|
],
|
|
"prConcurrentLimit": 0,
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": ["^Dockerfile$"],
|
|
"matchStrings": ["ENV S6_OVERLAY_VERSION=(?<currentValue>.*?)\\n"],
|
|
"depNameTemplate": "just-containers/s6-overlay",
|
|
"datasourceTemplate": "github-releases"
|
|
}
|
|
],
|
|
"dependencyDashboardApproval": true
|
|
}
|