diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 09f03bb..c135ef7 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -13,6 +13,10 @@ "matchDepTypes": ["action"], "pinDigests": true, }, + { + "matchDatasources": ["npm"], + "minimumReleaseAge": "1440 minutes", + }, ], "ignoreDeps": ["node"], } diff --git a/package.json b/package.json index e8f7821..bd77b34 100644 --- a/package.json +++ b/package.json @@ -39,5 +39,5 @@ "typescript": "^6.0.3", "vitest": "^4.1.9" }, - "packageManager": "pnpm@10.34.4" + "packageManager": "pnpm@11.9.0" }