Skip to content

Commit 83d168d

Browse files
chore(config): migrate Renovate config (#98)
The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed. You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon. 🔕 **Ignore**: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid. ❓ Got questions? Does something look wrong to you? Please don't hesitate to [request help here](https://redirect.github.com/renovatebot/renovate/discussions). --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/deviantintegral/har). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 70bc0b1 commit 83d168d

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

renovate.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base",
4+
"config:recommended",
55
":preserveSemverRanges"
66
],
77
"packageRules": [
88
{
9-
"matchUpdateTypes": ["minor", "patch"],
9+
"matchUpdateTypes": [
10+
"minor",
11+
"patch"
12+
],
1013
"matchCurrentVersion": "!/^0/",
1114
"automerge": true
1215
},
1316
{
1417
"matchCurrentVersion": "8.0",
15-
"matchPackageNames": ["php"],
18+
"matchPackageNames": [
19+
"php"
20+
],
1621
"enabled": false
1722
},
1823
{
1924
"matchCurrentVersion": "8.1",
20-
"matchPackageNames": ["php"],
25+
"matchPackageNames": [
26+
"php"
27+
],
2128
"enabled": false
2229
}
2330
]

0 commit comments

Comments
 (0)