mirror of
https://github.com/mkuf/prind.git
synced 2025-11-04 20:36:09 +01:00
renovate: add schedule and prevent flapping for traefik
This commit is contained in:
@@ -2,5 +2,14 @@
|
||||
"$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>.*)$"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user