Skip to content

Commit

Permalink
renovate: add schedule and prevent flapping for traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuf committed Mar 15, 2024
1 parent f3092f1 commit ff739ed
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,14 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],

"timezone": "Europe/Berlin",
"schedule": "on the first friday of the month",
"packageRules": [
{
"matchPackageNames": ["traefik"],
"extractVersion": "^v(?<version>.*)$"
}
]
}

0 comments on commit ff739ed

Please sign in to comment.