Skip to content

Commit 8e43517

Browse files
chore(renovate): use minimumReleaseAgeNpm preset (#8458)
Co-authored-by: Marcus Notheis <marcus.notheis@sap.com>
1 parent 45c8fbd commit 8e43517

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/renovate.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
":enableVulnerabilityAlerts",
99
":semanticCommits",
1010
":pinAllExceptPeerDependencies",
11-
":maintainLockFilesWeekly"
11+
":maintainLockFilesWeekly",
12+
"security:minimumReleaseAgeNpm"
1213
],
1314
"automerge": true,
1415
"platformAutomerge": true,
@@ -32,7 +33,8 @@
3233
},
3334
{
3435
"groupName": "UI5 Web Components",
35-
"matchSourceUrls": ["https://github.com/UI5/webcomponents{/,}**"]
36+
"matchSourceUrls": ["https://github.com/UI5/webcomponents{/,}**"],
37+
"minimumReleaseAge": null
3638
},
3739
{
3840
"groupName": "vite & plugins",
@@ -78,6 +80,7 @@
7880
"groupSlug": "examples-ui5-webcomponents-react",
7981
"matchFileNames": ["examples/**", "templates/**", "patterns/**"],
8082
"semanticCommitType": "chore",
83+
"minimumReleaseAge": null,
8184
"matchSourceUrls": [
8285
"https://github.com/UI5/webcomponents{/,}**",
8386
"https://github.com/UI5/webcomponents-react{/,}**"
@@ -89,6 +92,7 @@
8992
"groupSlug": "root-ui5-webcomponents",
9093
"matchFileNames": ["package.json"],
9194
"semanticCommitType": "chore",
95+
"minimumReleaseAge": null,
9296
"matchSourceUrls": ["https://github.com/UI5/webcomponents{/,}**"]
9397
},
9498
{

0 commit comments

Comments
 (0)