Skip to content

Commit 02b5ee0

Browse files
renovate[bot]fredleger
authored andcommitted
chore(config): migrate config renovate.json
1 parent d6a3108 commit 02b5ee0

1 file changed

Lines changed: 25 additions & 9 deletions

File tree

renovate.json

Lines changed: 25 additions & 9 deletions
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
"schedule": [
77
"before 6am on friday"
@@ -14,38 +14,54 @@
1414
"packageRules": [
1515
{
1616
"description": "Group all Terraform provider updates",
17-
"matchManagers": ["terraform"],
18-
"matchDatasources": ["terraform-provider"],
17+
"matchManagers": [
18+
"terraform"
19+
],
20+
"matchDatasources": [
21+
"terraform-provider"
22+
],
1923
"groupName": "terraform-providers",
2024
"automerge": false
2125
},
2226
{
2327
"description": "Group all Terraform module updates",
24-
"matchManagers": ["terraform"],
25-
"matchDatasources": ["terraform-module"],
28+
"matchManagers": [
29+
"terraform"
30+
],
31+
"matchDatasources": [
32+
"terraform-module"
33+
],
2634
"groupName": "terraform-modules",
2735
"automerge": false
2836
},
2937
{
3038
"description": "Pin GitHub Actions to commit SHA",
31-
"matchManagers": ["github-actions"],
39+
"matchManagers": [
40+
"github-actions"
41+
],
3242
"pinDigests": true
3343
},
3444
{
3545
"description": "Group all GitHub Actions updates",
36-
"matchManagers": ["github-actions"],
46+
"matchManagers": [
47+
"github-actions"
48+
],
3749
"groupName": "github-actions",
3850
"automerge": false
3951
},
4052
{
4153
"description": "Group Docker base image updates",
42-
"matchManagers": ["dockerfile"],
54+
"matchManagers": [
55+
"dockerfile"
56+
],
4357
"groupName": "docker-base-images",
4458
"automerge": false
4559
},
4660
{
4761
"description": "Group devcontainer updates",
48-
"matchManagers": ["devcontainer"],
62+
"matchManagers": [
63+
"devcontainer"
64+
],
4965
"groupName": "devcontainer",
5066
"automerge": false
5167
}

0 commit comments

Comments
 (0)