Skip to content

Commit

Permalink
Migrate config .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2023
1 parent cbf72cd commit 93d31b2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"baseBranches": [
"$default",
"main",
"/^devel.*/",
"/^release\\/.*/"
],
"baseBranches": ["$default", "main", "/^devel.*/", "/^release\\/.*/"],
"configMigration": true,
"dependencyDashboardAutoclose": true,
"dependencyDashboardOSVVulnerabilitySummary": "all",
Expand Down

0 comments on commit 93d31b2

Please sign in to comment.