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 22, 2024
1 parent 1a04c01 commit a7c68ca
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,16 @@
},
"packageRules": [
{
"matchDatasources": [
"golang-version"
"matchManagers": [
"gomod"
],
"updateType": "minor"
"matchDepTypes": [
"indirect"
],
"matchFileNames": [
"site/go.mod"
],
"enabled": true
}
]
}

0 comments on commit a7c68ca

Please sign in to comment.