Skip to content

Commit e622974

Browse files
feat: configure Renovate to skip patch updates (#1601)
## PR Checklist - [x] Addresses an existing open issue: fixes #1541 - [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 Removes `"internalChecksFilter": "strict"` because that's the default value. Adds some unit tests because `createDotGitHubFiles` wasn't unit tested before, too. 💖
1 parent b1ae05f commit e622974

File tree

4 files changed

+602
-2
lines changed

4 files changed

+602
-2
lines changed

.github/renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"automerge": true,
44
"extends": ["config:best-practices", "replacements:all"],
55
"ignoreDeps": ["codecov/codecov-action"],
6-
"internalChecksFilter": "strict",
76
"labels": ["dependencies"],
87
"minimumReleaseAge": "3 days",
8+
"patch": { "enabled": false },
99
"postUpdateOptions": ["pnpmDedupe"]
1010
}

cspell.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"allcontributors",
1414
"apexskier",
1515
"arethetypeswrong",
16+
"automerge",
1617
"codespace",
1718
"contributorsrc",
1819
"execa",

0 commit comments

Comments
 (0)