Skip to content

Commit

Permalink
Add indirect updates and go mod tidy option
Browse files Browse the repository at this point in the history
  • Loading branch information
nvtnlucie committed Dec 2, 2024
1 parent 402dc87 commit e153c59
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/renovate/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,15 @@
"prBodyTemplate": "{{{header}}}{{{table}}}{{{notes}}}{{{changelogs}}}{{{configDescription}}}{{{controls}}}{{{footer}}}",
"recreateWhen": "always",
"rebaseWhen": "behind-base-branch"
},
{
"matchManagers": [
"gomod"
],
"matchDepTypes": [
"indirect"
],
"enabled": true
}
],
"schedule": [
Expand Down Expand Up @@ -385,6 +394,10 @@
"branchPrefix": "konflux/mintmaker/",
"schedule": [
"after 5am on sunday"
],
"postUpdateOptions": [
"gomodUpdateImportPaths",
"gomodTidy"
]
},
"ocb": {
Expand Down

0 comments on commit e153c59

Please sign in to comment.