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 Oct 11, 2023
1 parent 3906abc commit a61c134
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"commitMessageTopic": "{{depName}}",
"forkProcessing": "enabled",
"packageRules": [
{
"matchCategories": ["js"],
"addLabels": ["javascript"]
},
{
"matchUpdateTypes": ["major", "minor", "patch", "pin"]
},
Expand All @@ -27,8 +31,5 @@
"addLabels": ["patch"]
}
],
"js": {
"addLabels": ["javascript"]
},
"timezone": "Europe/Stockholm"
}

0 comments on commit a61c134

Please sign in to comment.