Skip to content

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Dec 19, 2024
1 parent 2deced3 commit b264e5d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"enabled": true,
"automerge": true
},
"platformAutomerge": true,
"postUpdateOptions": [
"gomodTidy",
"pnpmDedupe"
Expand All @@ -19,15 +20,12 @@
{
"groupName": "all dependencies",
"groupSlug": "all",
"description": "Automerge updates",
"matchPackageNames": [
"*"
],
"description": "Automerge non-major updates",
"matchUpdateTypes": [
"digest",
"pin",
"patch",
"minor",
"major"
"minor"
],
"automerge": true
}
Expand Down

0 comments on commit b264e5d

Please sign in to comment.