22 lines
517 B
JSON
22 lines
517 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"prConcurrentLimit": 0,
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["patch"],
|
|
"schedule": ["every weekend"],
|
|
"enabled": false
|
|
}
|
|
],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": ["^Dockerfile$"],
|
|
"matchStrings": ["ENV S6_OVERLAY_VERSION=(?<currentValue>.*?)\\n"],
|
|
"depNameTemplate": "just-containers/s6-overlay",
|
|
"datasourceTemplate": "github-releases"
|
|
}
|
|
]
|
|
}
|