Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions renovate-config.json5
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
],
"configMigration": true, // allow renovate to open PRs to update config
"constraintsFiltering": "strict", // ensure dependencies are compatible with dependency constraints
// Work around pep621 strict filtering evaluating Python ranges with pep440.
// https://github.com/renovatebot/renovate/issues/44453
"constraintsVersioning": {
"python": "python",
},
"description": "Default renovate configuration for LizardByte repositories",
"dependencyDashboard": true, // Creates an issue with a "dashboard" of dependencies
"dependencyDashboardLabels": [
Expand Down
Loading