Skip to content

Commit

Permalink
Merge branch 'main' into m4_update
Browse files Browse the repository at this point in the history
  • Loading branch information
gerdesque authored Dec 19, 2024
2 parents 7d35f17 + d4b2389 commit 7cdfb80
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 12 deletions.
12 changes: 0 additions & 12 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 7cdfb80

Please sign in to comment.