Skip to content

Commit 663d20f

Browse files
authored
Fix nixpkgs updates (#323)
1 parent e6563d7 commit 663d20f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

renovate.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"nix": {
1313
"enabled": true
1414
},
15+
"lockFileMaintenance": {
16+
"enabled": true
17+
},
1518
"major": {
1619
"dependencyDashboardApproval": true
1720
},
@@ -33,9 +36,10 @@
3336
{
3437
"description": "Nixpkgs update",
3538
"matchManagers": [ "nix" ],
36-
"matchDepNames": [ "nixpkgs" ],
39+
"matchUpdateTypes": [ "lockFileMaintenance" ],
3740
"groupName": "tooling",
38-
"dependencyDashboardApproval": true
41+
"dependencyDashboardApproval": true,
42+
"schedule": [ "at any time" ]
3943
},
4044
{
4145
"description": "Group all non-major npm updates into one PR",

0 commit comments

Comments
 (0)