Skip to content

Commit

Permalink
chore: Configure Renovate (#5)
Browse files Browse the repository at this point in the history
* Add .renovaterc.json

* chore: edit renovate config

---------

Co-authored-by: eoeo-renovate[bot] <173731483+eoeo-renovate[bot]@users.noreply.github.com>
Co-authored-by: Zel9278 <[email protected]>
  • Loading branch information
eoeo-renovate[bot] and Zel9278 authored Sep 28, 2024
1 parent f27e3b1 commit f573d03
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
"config:js-app",
":assignAndReview(Zel9278)",
":disablePrControls",
":labels(dependencies)",
":maintainLockFilesWeekly",
":pathSemanticCommitType(.github/workflows/**, ci)",
":prHourlyLimitNone",
":rebaseStalePrs",
":semanticCommits"
],
"prConcurrentLimit": 3,
"packageRules": [
{
"matchDepTypes": ["dependencies", "require"],
"semanticCommitType": "deps",
"semanticCommitScope": null
},
{
"matchUpdateTypes": ["lockFileMaintenance"],
"semanticCommitType": "deps",
"semanticCommitScope": null
}
]
}

0 comments on commit f573d03

Please sign in to comment.