Skip to content

Commit

Permalink
renovate: add initial config
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-it authored Nov 15, 2024
1 parent 4543af9 commit 0b6138a
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"$schema":"https://docs.renovatebot.com/renovate-schema.json",
"branchConcurrentLimit":0,
"extends":[
"config:base",
":preserveSemverRanges",
":dependencyDashboard",
":rebaseStalePrs",
":enableVulnerabilityAlertsWithLabel('security')",
"group:recommended"
],
"groupName":"all dependencies",
"groupSlug":"all",
"labels":["dependencies"],
"lockFileMaintenance":{
"enabled":false
},
"packageRules":[
{
"groupName":"all dependencies",
"groupSlug":"all",
"matchPackageNames":[
"*"
]
}
]
}

0 comments on commit 0b6138a

Please sign in to comment.