Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 452ecf1

Browse files
committed
chore: Add Renovate config
1 parent 15492a9 commit 452ecf1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/renovate.json5

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3+
// see https://docs.renovatebot.com/presets-config/
4+
extends: [
5+
"config:base",
6+
// automatically rebase onto main branch
7+
":rebaseStalePrs",
8+
// groups all ESLint-related dependency upgrades into a single PR
9+
"group:linters",
10+
],
11+
packageRules: [
12+
// only send upgrade for deps (from the npm registry) after they've been
13+
// published for 30 days
14+
{
15+
matchDatasources: ["npm"],
16+
minimumReleaseAge: "30 days",
17+
},
18+
],
19+
}

0 commit comments

Comments
 (0)