Skip to content

Commit

Permalink
fix: try to update indirect dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Dr. Carsten Leue <[email protected]>
  • Loading branch information
CarstenLeue committed Dec 12, 2023
1 parent 5f98a44 commit 9a9fe37
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
":dependencyDashboard"
],
"rangeStrategy": "bump",
"postUpdateOptions": [
"gomodTidy"
],
"packageRules": [
{
"matchManagers": [
Expand All @@ -15,6 +18,15 @@
],
"enabled": false
},
{
"matchManagers": [
"gomod"
],
"matchDepTypes": [
"indirect"
],
"enabled": true
},
{
"matchUpdateTypes": [
"major",
Expand Down

0 comments on commit 9a9fe37

Please sign in to comment.