Skip to content

Commit

Permalink
fix(ng): reset minimumReleaseAge
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Dec 20, 2024
1 parent 081cd0d commit f9479a8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions ng.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,20 @@
"matchUpdateTypes": ["major"],
"groupName": "jest monorepo"
},
{
"description": "Do minimum release age for some deps",
"matchSourceUrls": [
"https://github.com/angular/**",
"https://github.com/nrwl/nx",
"https://github.com/primefaces/primeng{,/}**"
],
"minimumReleaseAge": null,
"prNotPendingHours": 25
},
{
"description": "Do not automerge nx, don't seperate major / minor / patch, needs migration",
"matchSourceUrls": ["https://github.com/nrwl/nx"],
"automerge": false,
"minimumReleaseAge": null,
"prNotPendingHours": 25,
"separateMinorPatch": false,
"separateMajorMinor": false,
"semanticCommitType": "build"
Expand Down

0 comments on commit f9479a8

Please sign in to comment.