Skip to content

Commit aeeed46

Browse files
feat: bump Renovate wait up to 7 days (#1604)
## PR Checklist - [x] Addresses an existing open issue: fixes #1463 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview 💖
1 parent 22b9dcf commit aeeed46

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"extends": ["config:best-practices", "replacements:all"],
55
"ignoreDeps": ["codecov/codecov-action"],
66
"labels": ["dependencies"],
7-
"minimumReleaseAge": "3 days",
7+
"minimumReleaseAge": "7 days",
88
"patch": { "enabled": false },
99
"postUpdateOptions": ["pnpmDedupe"]
1010
}

docs/Tooling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ pnpm run lint:knip
184184

185185
### Renovate
186186

187-
[**Renovate**](https://docs.renovatebot.com): Keeps dependencies up-to-date with PRs, configured to wait a few days after each update for safety.
187+
[**Renovate**](https://docs.renovatebot.com): Keeps dependencies up-to-date with PRs, configured to wait a week after each update for safety.
188188

189189
### Testing
190190

src/steps/writing/creation/dotGitHub/createDotGitHubFiles.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ describe("createDotGitHubFiles", () => {
588588
"extends": ["config:best-practices", "replacements:all"],
589589
"ignoreDeps": ["codecov/codecov-action"],
590590
"labels": ["dependencies"],
591-
"minimumReleaseAge": "3 days",
591+
"minimumReleaseAge": "7 days",
592592
"patch": { "enabled": false },
593593
"postUpdateOptions": ["pnpmDedupe"]
594594
}

src/steps/writing/creation/dotGitHub/createDotGitHubFiles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ We appreciate your efforts and responsible disclosure and will make every effort
283283
extends: ["config:best-practices", "replacements:all"],
284284
ignoreDeps: ["codecov/codecov-action"],
285285
labels: ["dependencies"],
286-
minimumReleaseAge: "3 days",
286+
minimumReleaseAge: "7 days",
287287
patch: { enabled: false },
288288
postUpdateOptions: ["pnpmDedupe"],
289289
}),

0 commit comments

Comments
 (0)