Skip to content

Commit ae455d1

Browse files
authored
chore(ci): enable renovate vulnerabilities updates (#6770)
### Description Enable Renovate [vulnerabilityAlerts](https://docs.renovatebot.com/configuration-options/#vulnerabilityalerts) updates to replace Dependabot. Context: https://clabsco.slack.com/archives/C0A7LP4V9AA/p1769691682040539?thread_ts=1769683815.391509&cid=C0A7LP4V9AA ### Test plan CI ### Related issues NA ### Backwards compatibility Y ### Network scalability NA
1 parent 06e6810 commit ae455d1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

renovate.json5

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
// Limit number of concurrent renovate branches/PRs, to avoid spamming the repo
1010
prConcurrentLimit: 4,
1111

12+
// Enable security vulnerability updates
13+
vulnerabilityAlerts: {
14+
enabled: true,
15+
labels: ['security'],
16+
schedule: ['at any time'],
17+
prPriority: 10,
18+
stabilityDays: 0,
19+
},
20+
1221
// The order of objects in the packageRules array does matter,
1322
// in the sense that rules declared later (towards the end of the array)
1423
// overwrite values of an also-matching rule declared earlier.

0 commit comments

Comments
 (0)