|
8 | 8 | ":enableVulnerabilityAlerts", |
9 | 9 | ":semanticCommits", |
10 | 10 | ":pinAllExceptPeerDependencies", |
11 | | - ":maintainLockFilesWeekly" |
| 11 | + ":maintainLockFilesWeekly", |
| 12 | + "security:minimumReleaseAgeNpm" |
12 | 13 | ], |
13 | 14 | "automerge": true, |
14 | 15 | "platformAutomerge": true, |
|
32 | 33 | }, |
33 | 34 | { |
34 | 35 | "groupName": "UI5 Web Components", |
35 | | - "matchSourceUrls": ["https://github.com/UI5/webcomponents{/,}**"] |
| 36 | + "matchSourceUrls": ["https://github.com/UI5/webcomponents{/,}**"], |
| 37 | + "minimumReleaseAge": null |
36 | 38 | }, |
37 | 39 | { |
38 | 40 | "groupName": "vite & plugins", |
|
78 | 80 | "groupSlug": "examples-ui5-webcomponents-react", |
79 | 81 | "matchFileNames": ["examples/**", "templates/**", "patterns/**"], |
80 | 82 | "semanticCommitType": "chore", |
| 83 | + "minimumReleaseAge": null, |
81 | 84 | "matchSourceUrls": [ |
82 | 85 | "https://github.com/UI5/webcomponents{/,}**", |
83 | 86 | "https://github.com/UI5/webcomponents-react{/,}**" |
|
89 | 92 | "groupSlug": "root-ui5-webcomponents", |
90 | 93 | "matchFileNames": ["package.json"], |
91 | 94 | "semanticCommitType": "chore", |
| 95 | + "minimumReleaseAge": null, |
92 | 96 | "matchSourceUrls": ["https://github.com/UI5/webcomponents{/,}**"] |
93 | 97 | }, |
94 | 98 | { |
|
0 commit comments