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 and Morl99 committed Dec 19, 2024
1 parent cd2b226 commit ad503b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"extends": ["config:base", "docker:enableMajor", ":automergeMinor"],
"extends": ["config:recommended", "docker:enableMajor", ":automergeMinor"],
"rangeStrategy": "auto",
"labels": ["Renovate"],
"semanticCommits": "enabled",
"packageRules": [
{
"groupName": "Typescript Types",
"matchPackagePatterns": ["^@types/"]
"matchPackageNames": ["/^@types//"]
},
{
"separateMultipleMajor": true,
Expand Down

0 comments on commit ad503b2

Please sign in to comment.