Skip to content

Commit

Permalink
Basic renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
freiheit committed Oct 29, 2023
1 parent 3d0de07 commit cbf72cd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"baseBranches": ["$default", "main", "/^devel.*/", "/^release\\/.*/"],
"configMigration": true,
"dependencyDashboardAutoclose": true,
"dependencyDashboardOSVVulnerabilitySummary": "all",
"osvVulnerabilityAlerts": true
}

0 comments on commit cbf72cd

Please sign in to comment.