Skip to content

Commit b98f533

Browse files
fix: ignore codecov-action in renovate.json (#1436)
## PR Checklist - [x] Addresses an existing open issue: fixes #1435 - [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 Altogether stops repositories from being upgraded to `codecov/codev-action@v4`. This can always be revisited if & when Codecov provides more details on tokenless uploads (codecov/codecov-action#1293).
1 parent c4b4ed1 commit b98f533

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/renovate.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"automerge": true,
4+
"ignoreDeps": ["codecov/codecov-action"],
45
"internalChecksFilter": "strict",
56
"labels": ["dependencies"],
67
"minimumReleaseAge": "3 days",

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

+1
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ We appreciate your efforts and responsible disclosure and will make every effort
280280
"renovate.json": await formatJson({
281281
$schema: "https://docs.renovatebot.com/renovate-schema.json",
282282
automerge: true,
283+
ignoreDeps: ["codecov/codecov-action"],
283284
internalChecksFilter: "strict",
284285
labels: ["dependencies"],
285286
minimumReleaseAge: "3 days",

0 commit comments

Comments
 (0)