Skip to content

Commit 3349162

Browse files
renovate[bot]rami3l
authored andcommitted
chore(config): migrate config .github/renovate.json
1 parent 66f3a56 commit 3349162

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

.github/renovate.json

+18-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended"
55
],
66
"labels": [
77
"dependencies"
@@ -13,29 +13,37 @@
1313
},
1414
"prCreation": "immediate",
1515
"rangeStrategy": "update-lockfile",
16-
"stabilityDays": 3,
16+
"minimumReleaseAge": "3 days",
1717
"github-actions": {
1818
"fileMatch": [
1919
"^ci\\/.*/[^/]+\\.ya?ml$"
2020
]
2121
},
2222
"packageRules": [
2323
{
24-
"matchManagers": ["cargo"],
25-
"matchUpdateTypes": ["patch"],
24+
"matchManagers": [
25+
"cargo"
26+
],
27+
"matchUpdateTypes": [
28+
"patch"
29+
],
2630
"enabled": false
2731
},
2832
{
29-
"matchManagers": ["cargo"],
30-
"matchUpdateTypes": ["minor"],
33+
"matchManagers": [
34+
"cargo"
35+
],
36+
"matchUpdateTypes": [
37+
"minor"
38+
],
3139
"matchCurrentVersion": "!/^0/",
3240
"enabled": false
3341
},
3442
{
35-
"matchPackagePatterns": [
36-
"opentelemetry"
37-
],
38-
"groupName": "opentelemetry"
43+
"groupName": "opentelemetry",
44+
"matchPackageNames": [
45+
"/opentelemetry/"
46+
]
3947
}
4048
]
4149
}

0 commit comments

Comments
 (0)