Skip to content

Commit

Permalink
chore(deps): allow renovate to scan for minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
taymoor89 committed Dec 2, 2024
1 parent c97e5ff commit 18cd98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"groupName": "dependencies for ui-components",
"matchDatasources": ["npm"],
"matchFileNames": ["packages/ui-components/**"],
"matchUpdateTypes": ["patch"],
"matchUpdateTypes": ["minor", "patch"],
"minimumReleaseAge": "7 days",
"schedule": "every weekend"
}
Expand Down

0 comments on commit 18cd98d

Please sign in to comment.