Skip to content

Commit

Permalink
chore: add .github/renovate.json (#105)
Browse files Browse the repository at this point in the history
## PR Checklist

- [x] Addresses an existing open issue: fixes #90
- [x] That issue was marked as [`status: accepting
prs`](https://github.com/JoshuaKGoldberg/package-json-validator/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [x] Steps in
[CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/package-json-validator/blob/main/.github/CONTRIBUTING.md)
were taken

## Overview

Sets up the Renovate config per my standard templating: ignore patch
versions, otherwise extend from the recommended settings, and wait a
week on new releases.
  • Loading branch information
JoshuaKGoldberg authored Dec 30, 2024
1 parent 2d521fd commit 446f6e0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": true,
"extends": ["config:best-practices", "replacements:all"],
"ignoreDeps": ["codecov/codecov-action"],
"labels": ["dependencies"],
"minimumReleaseAge": "7 days",
"patch": { "enabled": false },
"postUpdateOptions": ["pnpmDedupe"]
}

0 comments on commit 446f6e0

Please sign in to comment.