2022-09-08 20:59:29 +01:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"extends": [
|
2024-07-01 23:07:16 +01:00
|
|
|
"config:base",
|
|
|
|
"replacements:all",
|
|
|
|
"workarounds:all"
|
2022-09-08 20:59:29 +01:00
|
|
|
],
|
2022-09-25 22:13:23 +01:00
|
|
|
"prConcurrentLimit": 0,
|
2024-01-13 21:43:10 +00:00
|
|
|
"regexManagers": [
|
|
|
|
{
|
|
|
|
"fileMatch": ["^Dockerfile$"],
|
|
|
|
"matchStrings": ["ENV S6_OVERLAY_VERSION=(?<currentValue>.*?)\\n"],
|
|
|
|
"depNameTemplate": "just-containers/s6-overlay",
|
|
|
|
"datasourceTemplate": "github-releases"
|
|
|
|
}
|
2024-07-01 23:11:05 +01:00
|
|
|
],
|
|
|
|
"dependencyDashboardApproval": true
|
2022-09-08 20:59:29 +01:00
|
|
|
}
|