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 25, 2024
1 parent 9ff4e01 commit d2af40c
Showing 1 changed file with 30 additions and 4 deletions.
34 changes: 30 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
{
"$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":[
"*"
]
}
],
"schedule":[
"every weekend"
]
}

0 comments on commit d2af40c

Please sign in to comment.