Skip to content

Commit

Permalink
feat: tune down noisy distroless update in renovate (#615)
Browse files Browse the repository at this point in the history
Signed-off-by: Engin Diri <[email protected]>
  • Loading branch information
Engin Diri authored Aug 27, 2022
1 parent 7c392fd commit fd28a20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,11 @@
"major": {
"enabled": true
},
"packageRules": [
{
"matchPackageNames": ["ghcr.io/distroless/static"],
"schedule": ["every 3 day of the week"]
}
],
"ignoreDeps": ["github.com/exoscale/egoscale"]
}

0 comments on commit fd28a20

Please sign in to comment.