Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent 6c300bb commit 0036f4e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,11 @@
"commitMessageTopic": "{{depName}}",
"commitMessageExtra": "to {{newVersion}}",
"commitMessageSuffix": "",
"extends": [
"config:recommended"
],
"extends": ["config:recommended"],
"npm": {
"minimumReleaseAge": "3 days"
},
"assignees": [
"thecomputergenie"
],
"assignees": ["thecomputergenie"],
"automerge": true,
"additionalBranchPrefix": "{{parentDir}}-",
"packageRules": [
Expand All @@ -27,7 +23,7 @@
{
"matchDepTypes": ["dependencies"],
"labels": ["dependencies"],
"updateTypes": ["minor", "patch", "pin", "digest"]
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
}
]
}

0 comments on commit 0036f4e

Please sign in to comment.