Skip to content

Commit

Permalink
Update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Aug 21, 2024
1 parent 0d42a7b commit 059ee85
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,16 @@
"examples/.+\\.yaml$",
"suite/.+\\.yaml$"
]
}
},
"packageRules": [
{
"matchManagers": [
"gomod"
],
"matchDepTypes": [
"golang"
],
"rangeStrategy": "bump"
}
]
}

0 comments on commit 059ee85

Please sign in to comment.