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.