Skip to content

Commit

Permalink
feat: Check docker deps longer to bypass Docker Hub rate limits (#70)
Browse files Browse the repository at this point in the history
Another solution - use self-hosted Renovate and provide a Token
  • Loading branch information
MaxymVlasov committed Apr 21, 2023
1 parent 5e59e8a commit cb52de8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions default.template.json5
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@
"extractVersion": "^?v?(?<version>\\d+\\.\\d+\\.\\d+.*)$",
"versioning": "regex:^v?(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+.*))?$"
},
{
// Extend update period because of Docker Hub API rate limits.
// That can be avoided by making self-hosted Renovate and providing token.
"matchDatasources": ["docker"],
"schedule": ["after 4am on monday and tuesday"],
}
],
// No files by default. Enable to all possible files | https://docs.renovatebot.com/modules/manager/kubernetes/
"kubernetes": {
Expand Down

0 comments on commit cb52de8

Please sign in to comment.