Skip to content

Commit

Permalink
chore: renovate setup for openapi generator
Browse files Browse the repository at this point in the history
  • Loading branch information
fpaul-1A committed Aug 8, 2024
1 parent 5c80f7d commit cf0d8cc
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .renovaterc.json5
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@
{
"matchManagers": ["maven"],
"groupName": "Open API updates",
"groupSlug": "openapi"
"groupSlug": "openapi",
"includePaths": [
"packages/@ama-sdk/schematics"
]
},
{
// We don't want to update this dep as we are still targeting a fork
Expand All @@ -116,13 +119,13 @@
customManagers: [
{
"customType": "regex",
datasourceTemplate: "maven",
"datasourceTemplate": "maven",
"depNameTemplate": "org.openapitools:openapi-generator",
"fileMatch": [
"packages/@ama-sdk/schematics/package.json"
"packages/@ama-sdk/schematics/package\\.json"
],
"matchStrings": [
"\"openApiSupportedVersion\": \"(?<currentValue>.*?)\","
"\"openApiSupportedVersion\": \"~(?<currentValue>[^\"]+)\""
]
}
]
Expand Down

0 comments on commit cf0d8cc

Please sign in to comment.