Skip to content

Commit

Permalink
Merge pull request #164 from dbmdz/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
stefan-it authored Nov 18, 2024
2 parents 6443821 + f26b8c0 commit 9b3adb6
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml

This file was deleted.

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 9b3adb6

Please sign in to comment.