Skip to content

Commit c7b446a

Browse files
committed
update renovate config
1 parent 7a7e7d2 commit c7b446a

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

renovate.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

renovate.json5

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
// config options found at: https://docs.renovatebot.com/configuration-options/
3+
// file based on config:best-practices
4+
$schema: "https://docs.renovatebot.com/renovate-schema.json",
5+
extends: ["replacements:all", "workarounds:all"],
6+
ignorePaths: ["**/node_modules/**", "**/tests/**"],
7+
dependencyDashboard: true,
8+
schedule: "every 2 months on the first day of the month",
9+
packageRules: [
10+
{
11+
matchManagers: ["npm"],
12+
rangeStrategy: "pin",
13+
minimumReleaseAge: "30 days",
14+
abandonmentThreshold: "2 years",
15+
},
16+
{
17+
matchManagers: ["github-actions"],
18+
minimumReleaseAge: "7 days",
19+
abandonmentThreshold: "1 year",
20+
},
21+
],
22+
}

0 commit comments

Comments
 (0)