diff --git a/nix/modules/infrastructure.nix b/nix/modules/infrastructure.nix index 75a9fd8..e9a10f1 100644 --- a/nix/modules/infrastructure.nix +++ b/nix/modules/infrastructure.nix @@ -72,12 +72,14 @@ in " registries:" " - private-github-npm" ] - ++ [ + ++ lib.optionals (eco != "pub") [ # For pub we prefer to have single PRs per dependency bump " groups:" " major:" " update-types: [\"major\"]" " minor-and-patch:" " update-types: [\"minor\", \"patch\"]" + ] + ++ [ " commit-message:" " prefix: \"chore(deps): \"" " include: \"scope\""