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
9 changes: 7 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"extends": [
"config:recommended",
":enablePreCommit",
":semanticCommitsDisabled"
":semanticCommitsDisabled",
":disableDependencyDashboard"
],
"separateMajorMinor": false,
"configMigration": true,
Expand Down Expand Up @@ -47,5 +48,9 @@
"enabled": true,
"matchJsonata": ["managerData.depGroup = 'docs'"]
}
]
],
"lockFileMaintenance": {
"enabled": true,
"groupName": "Locked dependencies"
}
Comment on lines +52 to +55
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The lockFileMaintenance feature is only effective if the repository contains a supported lockfile (e.g., poetry.lock, pdm.lock, or hatch.lock). If no lockfile is committed in the repository, remove this configuration to avoid unnecessary clutter.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do I have to deal with this??? ☝️

}
Loading