Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
Merge pull request #168 from dbmdz/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
stefan-it authored Nov 21, 2024
2 parents f6c5e91 + 60303e2 commit f67845e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$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 f67845e

Please sign in to comment.