Skip to content

Commit

Permalink
chore: configure Renovate (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Dec 14, 2023
1 parent ba2fb7e commit 5d79f63
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .renovaterc.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:best-practices",
"config:js-app",
":assignAndReview(Mogyuchi)",
":disablePrControls",
":labels(dependencies)",
":maintainLockFilesWeekly",
":pathSemanticCommitType(.github/workflows/**, ci)",
":pathSemanticCommitType(**/Dockerfile, build)",
":prHourlyLimitNone",
":rebaseStalePrs",
":semanticCommits"
],
"dependencyDashboardAutoclose": true,
"prConcurrentLimit": 3,
"packageRules": [
{
"matchDepTypes": ["dependencies", "require"],
"semanticCommitType": "deps",
"semanticCommitScope": null
}
]
}

0 comments on commit 5d79f63

Please sign in to comment.