Skip to content

Commit

Permalink
Fix some ordering and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Aug 7, 2024
1 parent ce7665b commit 9e3da21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"extends": ["config:best-practices", "replacements:all"],
"ignoreDeps": ["codecov/codecov-action"],
"labels": ["dependencies"],
"patch": {
"enabled": false
},
"minimumReleaseAge": "3 days",
"patch": { "enabled": false },
"postUpdateOptions": ["pnpmDedupe"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -587,9 +587,9 @@ describe("createDotGitHubFiles", () => {
"automerge": true,
"extends": ["config:best-practices", "replacements:all"],
"ignoreDeps": ["codecov/codecov-action"],
"patch": { "enabled": false },
"labels": ["dependencies"],
"minimumReleaseAge": "3 days",
"patch": { "enabled": false },
"postUpdateOptions": ["pnpmDedupe"]
}
",
Expand Down
4 changes: 1 addition & 3 deletions src/steps/writing/creation/dotGitHub/createDotGitHubFiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,7 @@ We appreciate your efforts and responsible disclosure and will make every effort
ignoreDeps: ["codecov/codecov-action"],
labels: ["dependencies"],
minimumReleaseAge: "3 days",
patch: {
enabled: false,
},
patch: { enabled: false },
postUpdateOptions: ["pnpmDedupe"],
}),
}),
Expand Down

0 comments on commit 9e3da21

Please sign in to comment.