1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2026-06-20 01:19:23 +02:00

Remove the allowed_updates key

This isn't a valid key, and according to claude it's not possible to configure
it to get only security updates (I'm too lazy to read the docs). I suppose this
means we will now get pull requests for any updated dependencies, but maybe
that's useful; we'll see how annoying this gets.
This commit is contained in:
Stefan Haller
2026-03-31 12:12:10 +02:00
parent 82e36878bc
commit bff0be8d6f
-3
View File
@@ -4,6 +4,3 @@ updates:
directory: "/"
schedule:
interval: "weekly"
allowed_updates:
- match:
update_type: "security"