Skip to content

Commit

Permalink
chore: update renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
fpaul-1A committed Aug 8, 2024
1 parent 6e08d76 commit a92c224
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .renovaterc.json5
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"npm",
"github-actions",
"gradle",
"maven"
"maven",
"regex"
],
"labels": [
"dependencies"
Expand Down Expand Up @@ -96,6 +97,26 @@
".*markdown-link-check"
],
"enabled": false
},

// OpenAPI updates
{
"matchManagers": ["maven"],
"groupName": "Open API updates",
"groupSlug": "openapi"
}
],
customManagers: [
{
"customType": "regex",
datasourceTemplate: "maven",
"depNameTemplate": "org.openapitools:openapi-generator",
"fileMatch": [
"packages/@ama-sdk/schematics/package.json"
],
"matchStrings": [
"\"openApiSupportedVersion\": \"(?<currentValue>.*?)\","
]
}
]
}

0 comments on commit a92c224

Please sign in to comment.