Skip to content

Commit

Permalink
chore: Add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina authored Oct 16, 2023
1 parent 886370a commit cabc9a7
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":timezone(Asia/Tokyo)"],
"reviewers": ["MikuroXina"],
"ignoreTests": false,
"automerge": true,
"major": {
"automerge": false
},
"platformAutomerge": true,
"prConcurrentLimit": 5,
"dependencyDashboard": true,
"semanticCommits": "enabled",
"fetchReleaseNotes": "pr",
"enabledManagers": ["npm", "github-actions"],
"npm": {
"stabilityDays": 3
},
"vulnerabilityAlerts": {
"enabled": true,
"automerge": true,
"assignees": ["MikuroXina"]
},
"schedule": ["on the first day of the week"]
}

0 comments on commit cabc9a7

Please sign in to comment.