Skip to content

Commit

Permalink
chore(ui): enable renovate for patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
taymoor89 committed Nov 27, 2024
1 parent f25740e commit 65619c0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
"minimumReleaseAge": "14 days"
},
{
"groupName": "npm dependencies",
"groupName": "dependencies for ui-components",
"matchFileNames": ["packages/ui-components/package.json"],
"matchDatasources": ["npm"],
"minimumReleaseAge": "14 days"
"matchUpdateTypes": ["patch"],
"minimumReleaseAge": "7 days"
}
],
"separateMinorPatch": true,
Expand Down

0 comments on commit 65619c0

Please sign in to comment.