Skip to content

Commit

Permalink
feat(renovate): separate major, osv sec, best practices (#4424)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode authored Apr 14, 2024
1 parent a90c73f commit c89f928
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
extends: [
"config:base",
"config:best-practices",
":separateMultipleMajorReleases",
"schedule:daily",
],
commitMessageSuffix: " in {{packageFile}}",
Expand All @@ -19,6 +20,7 @@
lockFileMaintenance: {
enabled: true,
},
osvVulnerabilityAlerts: true,
vulnerabilityAlerts: {
enabled: true,
labels: [
Expand Down

0 comments on commit c89f928

Please sign in to comment.