mirror of
https://github.com/mkuf/prind.git
synced 2026-03-01 17:40:47 +01:00
16 lines
304 B
JSON
16 lines
304 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
|
|
"timezone": "Europe/Berlin",
|
|
"schedule": "every 2 weeks on friday",
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["traefik"],
|
|
"extractVersion": "^v(?<version>.*)$"
|
|
}
|
|
]
|
|
}
|