We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df1a27b + c7b446a commit 053be32Copy full SHA for 053be32
renovate.json5
@@ -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