Skip to content

Commit

Permalink
chore: Add renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
relekang committed Feb 11, 2025
1 parent c4e3281 commit 406b71d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"prConcurrentLimit": 10,
"ignoreTests": false,
"dependencyDashboard": true,
"npm": {
"stabilityDays": 3
},
"packageRules": [
{
"enabled": false,
"matchUpdateTypes": [
"major"
],
"prPriority": -2
},
{
"matchDepTypes": [
"dependencies"
],
"prPriority": 2
}
]
}

0 comments on commit 406b71d

Please sign in to comment.