Skip to content

Commit

Permalink
chore(renovate): update config (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r committed Jan 10, 2023
1 parent d8b53b1 commit 19d0436
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,22 @@
"extends": [
"config:base"
],
"labels": [
"dependencies"
],
"semanticCommits": "enabled",
"golang": {
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
]
}
},
"packageRules": [
{
"matchUpdateTypes": [
"patch"
],
"groupName": "patch deps"
}
]
}

0 comments on commit 19d0436

Please sign in to comment.