Skip to content

Commit

Permalink
chore: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 10, 2024
1 parent a193d8f commit 48a0884
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"internalChecksFilter": "strict",
"prHourlyLimit": 0,
"branchConcurrentLimit": 0,
"prConcurrentLimit": 0,
"prConcurrentLimit": 2,
"labels": ["renovate"],
"rebaseWhen": "behind-base-branch",
"automerge": false,
Expand Down Expand Up @@ -53,6 +53,14 @@
"fileFilters": ["package-lock.json"]
}
},
{
"matchDepTypes": ["devDependencies", "dependencies"],
"rangeStrategy": "pin"
},
{
"matchDepTypes": ["peerDependencies", "optionalDependencies"],
"rangeStrategy": "widen"
},
{
"groupName": "tiptap",
"matchPackageNames": ["/^@tiptap/.*/"]
Expand Down Expand Up @@ -252,6 +260,21 @@
"/^react.*/",
"/^vue.*/"
]
},
{
"matchDepTypes": ["devDependencies"],
"additionalBranchPrefix": "renovate/dev-dependencies/",
"branchPrefix": ""
},
{
"matchDepTypes": ["dependencies"],
"additionalBranchPrefix": "renovate/dependencies/",
"branchPrefix": ""
},
{
"matchDepTypes": ["peerDependencies", "optionalDependencies"],
"additionalBranchPrefix": "renovate/peer-dependencies/",
"branchPrefix": ""
}
]
}

0 comments on commit 48a0884

Please sign in to comment.