Skip to content

Commit f0b7b6a

Browse files
authored
feat(renovate): update config
1 parent 9763adc commit f0b7b6a

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

configs/renovate/default.json

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,40 @@
33
"description": "Nerdy Ninja's default renovate preset 🐱‍👤🌅",
44

55
"extends": [
6-
"config:base",
6+
"config:best-practices",
77
":prImmediately",
88
":semanticCommits",
99
":prHourlyLimitNone",
10-
":dependencyDashboard",
1110
":timezone(Asia/Jakarta)",
12-
"github>whitesource/merge-confidence:beta"
11+
"mergeConfidence:all-badges",
12+
"group:definitelyTyped",
13+
"group:recommended"
1314
],
1415

1516
"ignorePaths": [
1617
"**/node_modules/**",
1718
"**/bower_components/**",
1819
"**/vendor/**",
1920
"**/examples/**",
21+
"**/__tests__/**",
2022
"**/test/**",
2123
"**/tests/**",
22-
"**/__tests__/**",
23-
"**/fixture/**",
24-
"**/fixtures/**",
2524
"**/__fixtures__/**",
2625
"**/mock/**",
2726
"**/mocks/**",
2827
"**/__mocks__/**",
2928
"**/dist/**",
3029
"**/out/**"
3130
],
31+
"nuget": {
32+
"ignorePaths": [
33+
"**/node_modules/**",
34+
"**/bower_components/**",
35+
"**/vendor/**",
36+
"**/examples/**",
37+
"**/__fixtures__/**"
38+
]
39+
},
3240

3341
"prConcurrentLimit": 7,
3442
"rangeStrategy": "bump",
@@ -62,8 +70,13 @@
6270
"packageRules": [
6371
{
6472
"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"],
6780
"labels": ["dependencies", "github-actions"],
6881
"semanticCommitType": "ci",
6982
"semanticCommitScope": "actions",
@@ -144,12 +157,6 @@
144157
"semanticCommitScope": "docker",
145158
"commitMessageTopic": "`{{{depName}}}` Docker tag"
146159
},
147-
{
148-
"description": "Auto merge definitely-typed packages",
149-
"matchPackagePrefixes": ["@types/"],
150-
"automerge": true,
151-
"automergeStrategy": "squash"
152-
},
153160
{
154161
"description": "Disable bump on package.json engines",
155162
"matchDepTypes": ["engines"],

0 commit comments

Comments
 (0)