Skip to content

Commit

Permalink
chore: add renovate config
Browse files Browse the repository at this point in the history
Signed-off-by: Mogyuchi <[email protected]>
  • Loading branch information
Mogyuchi committed Dec 17, 2023
1 parent aae2b7a commit 3f863c5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$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"
],
"prConcurrentLimit": 3,
"packageRules": [
{
"matchDepTypes": ["dependencies", "require"],
"semanticCommitType": "deps",
"semanticCommitScope": null
}
]
}

0 comments on commit 3f863c5

Please sign in to comment.