Skip to content

Commit b7a045b

Browse files
chore: use Renovate's minimumReleaseAge (#889)
## PR Checklist - [x] Addresses an existing open issue: fixes #802 - [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 Updates the repo's `.github/renovate.json` and backing template.
1 parent 0257999 commit b7a045b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"automerge": true,
44
"internalChecksFilter": "strict",
55
"labels": ["dependencies"],
6-
"postUpdateOptions": ["pnpmDedupe"],
7-
"stabilityDays": 3
6+
"minimumReleaseAge": "3 days",
7+
"postUpdateOptions": ["pnpmDedupe"]
88
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ We appreciate your efforts and responsible disclosure and will make every effort
282282
automerge: true,
283283
internalChecksFilter: "strict",
284284
labels: ["dependencies"],
285+
minimumReleaseAge: "3 days",
285286
postUpdateOptions: ["pnpmDedupe"],
286-
stabilityDays: 3,
287287
}),
288288
}),
289289
};

0 commit comments

Comments
 (0)