Skip to content

Commit

Permalink
Merge pull request #450 from dbmdz/renovate/configure
Browse files Browse the repository at this point in the history
chore: Configure Renovate
  • Loading branch information
jbaiter authored Nov 15, 2024
2 parents a439e6d + 4e53b56 commit 9864d32
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml

This file was deleted.

27 changes: 27 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$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 9864d32

Please sign in to comment.