Skip to content

Commit be6ae18

Browse files
chore(config): migrate config renovate.json (#189)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d5231ba commit be6ae18

File tree

1 file changed

+34
-12
lines changed

1 file changed

+34
-12
lines changed

renovate.json

Lines changed: 34 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,53 @@
11
{
2-
"extends": ["config:base"],
2+
"extends": [
3+
"config:recommended"
4+
],
35
"terraform": {
4-
"ignoreDeps": ["hashicorp/terraform"]
6+
"ignoreDeps": [
7+
"hashicorp/terraform"
8+
]
59
},
610
"packageRules": [
711
{
8-
"datasources": ["terraform-provider"],
9-
"updateTypes": ["major"],
12+
"matchDatasources": [
13+
"terraform-provider"
14+
],
15+
"matchUpdateTypes": [
16+
"major"
17+
],
1018
"enabled": true,
1119
"dependencyDashboardApproval": true,
1220
"prCreation": "approval"
1321
},
1422
{
15-
"datasources": ["terraform-provider"],
16-
"matchFileNames": ["examples/**"],
23+
"matchDatasources": [
24+
"terraform-provider"
25+
],
26+
"matchFileNames": [
27+
"examples/**"
28+
],
1729
"enabled": true,
18-
"schedule": ["before 9am on monday"]
30+
"schedule": [
31+
"before 9am on monday"
32+
]
1933
},
2034
{
21-
"datasources": ["go"],
35+
"matchDatasources": [
36+
"go"
37+
],
2238
"enabled": true,
23-
"schedule": ["before 9am on monday"]
39+
"schedule": [
40+
"before 9am on monday"
41+
]
2442
},
2543
{
26-
"datasources": ["github-actions"],
44+
"matchDatasources": [
45+
"github-actions"
46+
],
2747
"enabled": true,
28-
"schedule": ["before 9am on monday"]
48+
"schedule": [
49+
"before 9am on monday"
50+
]
2951
}
3052
]
31-
}
53+
}

0 commit comments

Comments
 (0)