Skip to content

Commit

Permalink
Fixing regex support
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaddell committed Sep 20, 2023
1 parent 154b0ba commit e7d68af
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions default.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "config:js-app"],
"extends": ["config:base", "config:js-app", "regexManagers:githubActionsVersions"],
"branchPrefix": "renovate/",
"branchConcurrentLimit": 0,
"prConcurrentLimit": 0,
"prHourlyLimit": 0,
Expand All @@ -11,7 +12,13 @@
"postUpdateOptions": ["yarnDedupeHighest"],
"packageRules": [
{
"matchDepTypes": ["dependencies", "bundledDependencies", "nuget", "regex"],
"matchDepTypes": ["dependencies", "bundledDependencies"],
"additionalBranchPrefix": "prod/",
"commitMessagePrefix": "[Prod] ",
"draftPR": true
},
{
"matchManagers": ["nuget", "regex"],
"additionalBranchPrefix": "prod/",
"commitMessagePrefix": "[Prod] ",
"draftPR": true
Expand Down Expand Up @@ -155,7 +162,7 @@
"groupName": "openapi"
},
{
"matchDepTypes": ["nuget", "regex"],
"matchManagers": ["nuget", "regex"],
"matchPackagePrefixes": [
"CsQuery",
"StyleCop",
Expand Down

0 comments on commit e7d68af

Please sign in to comment.