|
1 | 1 | { |
2 | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
3 | | - "extends": ["config:recommended"], |
| 3 | + "extends": ["local>api3dao/renovate-config"], |
4 | 4 | "packageRules": [ |
5 | 5 | { |
6 | 6 | "matchPackagePatterns": ["chai", "solhint", "eslint"], |
7 | 7 | "matchUpdateTypes": ["major"], |
8 | 8 | "enabled": false |
9 | 9 | }, |
10 | 10 | { |
11 | | - "matchPackagePatterns": ["node", "actions/node-versions", "@types/node", "pnpm"], |
12 | | - "matchUpdateTypes": ["major", "minor"], |
13 | | - "enabled": false |
14 | | - }, |
15 | | - { |
16 | | - "matchUpdateTypes": ["patch", "minor"], |
17 | | - "schedule": ["before 10am on the first day of the month"], |
18 | | - "groupName": "other minor updates" |
19 | | - }, |
20 | | - { |
21 | | - "matchUpdateTypes": ["major"], |
22 | | - "schedule": ["before 10am on the first day of the month"], |
23 | | - "groupName": "other major updates" |
24 | | - }, |
25 | | - { |
26 | | - "matchDepTypes": ["dependencies"], |
27 | | - "matchUpdateTypes": ["patch", "minor"], |
28 | | - "schedule": ["before 1am on the first day of the month"], |
29 | | - "groupName": "dependencies (non-major)" |
30 | | - }, |
31 | | - { |
32 | | - "matchPackagePatterns": ["@api3/.*"], |
| 11 | + "matchPackageNames": ["@api3/*"], |
33 | 12 | "matchUpdateTypes": ["major"], |
34 | 13 | "schedule": ["before 6pm"], |
35 | | - "groupName": "api3 major updates" |
| 14 | + "groupName": "api3 major updates", |
| 15 | + "minimumReleaseAge": null |
36 | 16 | }, |
37 | 17 | { |
38 | | - "matchPackagePatterns": ["@api3/.*"], |
| 18 | + "matchPackageNames": ["@api3/*"], |
39 | 19 | "matchUpdateTypes": ["patch", "minor"], |
40 | 20 | "schedule": ["before 6pm"], |
41 | | - "groupName": "api3" |
| 21 | + "groupName": "api3", |
| 22 | + "minimumReleaseAge": null |
42 | 23 | } |
43 | 24 | ], |
44 | | - "rangeStrategy": "bump", |
45 | | - "lockFileMaintenance": { |
46 | | - "enabled": false |
47 | | - }, |
48 | | - "baseBranches": ["main"], |
49 | | - "reviewers": ["bbenligiray", "hiletmis"], |
50 | | - "dependencyDashboard": false |
| 25 | + "reviewers": ["bbenligiray", "hiletmis"] |
51 | 26 | } |
0 commit comments