Skip to content

Commit

Permalink
ci(renovate): Add renovate configuration file (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris3ware authored Feb 14, 2025
1 parent acd975c commit 084a2aa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"vulnerabilityAlerts": {
"schedule": [],
"dependencyDashboardApproval": false,
"minimumReleaseAge": null,
"rangeStrategy": "auto",
"branchTopic": "{{{datasource}}}-{{{depNameSanitized}}}-vulnerability",
"prCreation": "immediate",
"vulnerabilityFixStrategy": "lowest",
"addLabels": ["security"]
}
}
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = {
"pr-title",
"ossf",
"release",
"renovate",
"terraform-dir",
"terraform-docs",
"trunk",
Expand Down

0 comments on commit 084a2aa

Please sign in to comment.