diff --git a/.github/renovate.json b/.github/renovate.json index 7776e53f1..5291480a9 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,9 +4,7 @@ "extends": ["config:best-practices", "replacements:all"], "ignoreDeps": ["codecov/codecov-action"], "labels": ["dependencies"], - "patch": { - "enabled": false - }, "minimumReleaseAge": "3 days", + "patch": { "enabled": false }, "postUpdateOptions": ["pnpmDedupe"] } diff --git a/src/steps/writing/creation/dotGitHub/createDotGitHubFiles.test.ts b/src/steps/writing/creation/dotGitHub/createDotGitHubFiles.test.ts index b3aff1745..9dd7f4ac9 100644 --- a/src/steps/writing/creation/dotGitHub/createDotGitHubFiles.test.ts +++ b/src/steps/writing/creation/dotGitHub/createDotGitHubFiles.test.ts @@ -587,9 +587,9 @@ describe("createDotGitHubFiles", () => { "automerge": true, "extends": ["config:best-practices", "replacements:all"], "ignoreDeps": ["codecov/codecov-action"], - "patch": { "enabled": false }, "labels": ["dependencies"], "minimumReleaseAge": "3 days", + "patch": { "enabled": false }, "postUpdateOptions": ["pnpmDedupe"] } ", diff --git a/src/steps/writing/creation/dotGitHub/createDotGitHubFiles.ts b/src/steps/writing/creation/dotGitHub/createDotGitHubFiles.ts index cd911c142..d0cdb9167 100644 --- a/src/steps/writing/creation/dotGitHub/createDotGitHubFiles.ts +++ b/src/steps/writing/creation/dotGitHub/createDotGitHubFiles.ts @@ -284,9 +284,7 @@ We appreciate your efforts and responsible disclosure and will make every effort ignoreDeps: ["codecov/codecov-action"], labels: ["dependencies"], minimumReleaseAge: "3 days", - patch: { - enabled: false, - }, + patch: { enabled: false }, postUpdateOptions: ["pnpmDedupe"], }), }),