From 75335fb5f8b0b588396cd50e58d13c04504b2dba Mon Sep 17 00:00:00 2001 From: Richard van Heuven van Staereling Date: Fri, 14 Nov 2025 09:13:18 +0100 Subject: [PATCH] chore: add NL Design System to trusted packages --- pnpm-workspace.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 1f5affd..621b420 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -14,10 +14,16 @@ minimumReleaseAge: 1440 # Make an exception for trusted packages, notably our own minimumReleaseAgeExclude: + - "@amsterdam/*" + - "@gemeente-denhaag/*" + - "@gemeente-rotterdam/*" - "@nl-design-system/*" - "@nl-design-system-candidate/*" - "@nl-design-system-community/*" - "@nl-design-system-unstable/*" + - "@nl-rvo/*" + - "@rijkshuisstijl-community/*" + - "@utrecht/*" # Configure pnpm to save exact version numbers (not including ^ or ~) in package.json. Lock dependencies to specific # versions to ensure reproducible installs and prevent automatic upgrades to newer minor or patch releases.