Skip to content

Commit

Permalink
Merge pull request #50 from zigcv/feature/add-renovate
Browse files Browse the repository at this point in the history
feat(renovate): add renovate configuration
  • Loading branch information
ryoppippi authored Jun 25, 2024
2 parents 4381898 + 5cc6c21 commit ebebd18
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 ebebd18

Please sign in to comment.