Skip to content

Commit

Permalink
chore(ui): update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
taymoor89 committed Nov 28, 2024
1 parent 5d186c7 commit 6338337
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assigneesFromCodeOwners": true,
"extends": ["config:recommended"],
"extends": ["config:best-practices"],
"enabledManagers": ["npm", "github-actions"],
"includePaths": ["packages/ui-components/**"],
"packageRules": [
{
"groupName": "github actions",
Expand All @@ -12,20 +14,12 @@
},
{
"groupName": "dependencies for ui-components",
"matchFileNames": ["packages/ui-components/package.json"],
"matchDatasources": ["npm"],
"matchFileNames": ["packages/ui-components/**"],
"matchUpdateTypes": ["patch"],
"minimumReleaseAge": "7 days"
"minimumReleaseAge": "7 days",
"schedule": "every weekend"
}
],
"separateMinorPatch": true,
"customManagers": [
{
"customType": "regex",
"fileMatch": ["Makefile$", "\\.sh$"],
"matchStrings": [
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: extractVersion=(?<extractVersion>[^\\s]+?))?(?: registryUrl=(?<registryUrl>[^\\s]+?))?\\s.+?_(VERSION|version) *[?:]?= *\"?(?<currentValue>.+?)\"?\\s"
]
}
]
"separateMinorPatch": true
}

0 comments on commit 6338337

Please sign in to comment.