A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

renovate.json: Group non-major updates together

+2 -1
+2 -1
renovate.json
··· 1 1 { 2 2 "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 3 "extends": [ 4 - "config:recommended" 4 + "config:recommended", 5 + "group:allNonMajor" 5 6 ], 6 7 "lockFileMaintenance": { 7 8 "enabled": true,