Skip to content

Commit

Permalink
ci/renovate: limit gomod digest updates to once every two weeks (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
roobre authored Jul 8, 2024
1 parent cad9e2f commit 9dabcac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@
"gomodTidyE"
],

"packageRules" : [
{
// Non-versioned go modules are noisy, with almost daily updates. We throttle them a bit.
"matchManagers": ["gomod"],
"matchUpdateTypes": ["digest"],
"schedule": "on monday every 2 weeks",
},
],

"customManagers": [
{
// Update k6 version in Dockerfiles.
Expand Down

0 comments on commit 9dabcac

Please sign in to comment.