|
3 | 3 | "description": "Nerdy Ninja's default renovate preset 🐱👤🌅", |
4 | 4 |
|
5 | 5 | "extends": [ |
6 | | - "config:base", |
| 6 | + "config:best-practices", |
7 | 7 | ":prImmediately", |
8 | 8 | ":semanticCommits", |
9 | 9 | ":prHourlyLimitNone", |
10 | | - ":dependencyDashboard", |
11 | 10 | ":timezone(Asia/Jakarta)", |
12 | | - "github>whitesource/merge-confidence:beta" |
| 11 | + "mergeConfidence:all-badges", |
| 12 | + "group:definitelyTyped", |
| 13 | + "group:recommended" |
13 | 14 | ], |
14 | 15 |
|
15 | 16 | "ignorePaths": [ |
16 | 17 | "**/node_modules/**", |
17 | 18 | "**/bower_components/**", |
18 | 19 | "**/vendor/**", |
19 | 20 | "**/examples/**", |
| 21 | + "**/__tests__/**", |
20 | 22 | "**/test/**", |
21 | 23 | "**/tests/**", |
22 | | - "**/__tests__/**", |
23 | | - "**/fixture/**", |
24 | | - "**/fixtures/**", |
25 | 24 | "**/__fixtures__/**", |
26 | 25 | "**/mock/**", |
27 | 26 | "**/mocks/**", |
28 | 27 | "**/__mocks__/**", |
29 | 28 | "**/dist/**", |
30 | 29 | "**/out/**" |
31 | 30 | ], |
| 31 | + "nuget": { |
| 32 | + "ignorePaths": [ |
| 33 | + "**/node_modules/**", |
| 34 | + "**/bower_components/**", |
| 35 | + "**/vendor/**", |
| 36 | + "**/examples/**", |
| 37 | + "**/__fixtures__/**" |
| 38 | + ] |
| 39 | + }, |
32 | 40 |
|
33 | 41 | "prConcurrentLimit": 7, |
34 | 42 | "rangeStrategy": "bump", |
|
62 | 70 | "packageRules": [ |
63 | 71 | { |
64 | 72 | "description": "Github Actions commits only major", |
65 | | - "matchDepTypes": ["action"], |
66 | | - "extractVersion": "^(?<version>v\\d+)", |
| 73 | + "matchDatasources": ["github-actions"], |
| 74 | + "matchUpdateTypes": ["minor", "patch", "pin", "digest"], |
| 75 | + "enabled": false |
| 76 | + }, |
| 77 | + { |
| 78 | + "description": "Github Actions", |
| 79 | + "matchDatasources": ["github-actions"], |
67 | 80 | "labels": ["dependencies", "github-actions"], |
68 | 81 | "semanticCommitType": "ci", |
69 | 82 | "semanticCommitScope": "actions", |
|
144 | 157 | "semanticCommitScope": "docker", |
145 | 158 | "commitMessageTopic": "`{{{depName}}}` Docker tag" |
146 | 159 | }, |
147 | | - { |
148 | | - "description": "Auto merge definitely-typed packages", |
149 | | - "matchPackagePrefixes": ["@types/"], |
150 | | - "automerge": true, |
151 | | - "automergeStrategy": "squash" |
152 | | - }, |
153 | 160 | { |
154 | 161 | "description": "Disable bump on package.json engines", |
155 | 162 | "matchDepTypes": ["engines"], |
|
0 commit comments