Skip to content

Commit

Permalink
fix: ignore codecov-action in renovate.json (#1436)
Browse files Browse the repository at this point in the history
## 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).
  • Loading branch information
JoshuaKGoldberg authored Mar 30, 2024
1 parent c4b4ed1 commit b98f533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": true,
"ignoreDeps": ["codecov/codecov-action"],
"internalChecksFilter": "strict",
"labels": ["dependencies"],
"minimumReleaseAge": "3 days",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ We appreciate your efforts and responsible disclosure and will make every effort
"renovate.json": await formatJson({
$schema: "https://docs.renovatebot.com/renovate-schema.json",
automerge: true,
ignoreDeps: ["codecov/codecov-action"],
internalChecksFilter: "strict",
labels: ["dependencies"],
minimumReleaseAge: "3 days",
Expand Down

0 comments on commit b98f533

Please sign in to comment.