Skip to content

Commit

Permalink
feat: add renovate configuration
Browse files Browse the repository at this point in the history
This commit introduces a new configuration for Renovate bot. It includes
settings for vulnerability alerts, label management, schema, range strategy,
lock file maintenance, platform automerge, dependency dashboard, automerge,
branch concurrent limit, and stability days.
  • Loading branch information
ryoppippi committed Jul 3, 2024
1 parent 07f1e63 commit 66703b0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"vulnerabilityAlerts": {
"labels": [
"security"
]
},
"labels": [
"dependencies",
"renovate"
],
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"rangeStrategy": "bump",
"lockFileMaintenance": {
"enabled": true
},
"platformAutomerge": true,
"dependencyDashboard": false,
"automerge": true,
"branchConcurrentLimit": 0,
"stabilityDays": 3
}

0 comments on commit 66703b0

Please sign in to comment.