Skip to content

Commit

Permalink
chore: update renovate configuration (#6)
Browse files Browse the repository at this point in the history
Update Renovate configuration to enforce manual approval for minor
updates to `typescript` and `zone.js` packages. This ensures better
control over updates, emphasizing explicit approval for potential
breaking changes and aligning with our versioning strategy.

Signed-off-by: Valentin Sickert <[email protected]>
  • Loading branch information
Lapotor authored Dec 23, 2023
1 parent 6d94756 commit 7089755
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,19 @@
"minimumReleaseAge": "3 days",
"rollbackPrs": true,
"automergeStrategy": "squash",
"reviewers": ["@lapotor", "@whyauthentic"]
"reviewers": ["@lapotor", "@whyauthentic"],
"packageRules": [
{
"description": "Require approval for TypeScript Minor Updates",
"matchPackageNames": "typescript",
"matchUpdateTypes": "minor",
"dependencyDashboardApproval": true
},
{
"description": "Require approval for zone.js Minor Updates",
"matchPackageNames": "zone.js",
"matchUpdateTypes": "minor",
"dependencyDashboardApproval": true
}
]
}

0 comments on commit 7089755

Please sign in to comment.