diff --git a/.github/renovate.json b/.github/renovate.json index b684e78d..b8594f01 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,5 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended", "schedule:weekly", "group:allNonMajor", ":automergeMinor"], "rangeStrategy": "bump", + "minimumReleaseAge": "24 hours", "ignoreDeps": [] } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 7c909ccd..70d38044 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -3,4 +3,4 @@ packages: allowBuilds: esbuild: true simple-git-hooks: true -minimumReleaseAge: 0 +minimumReleaseAge: 1440