Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 7541b16

Browse files
committed
ci: update renovate
1 parent d635e5a commit 7541b16

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

renovate.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,22 @@
1010
"groupName": "Docker Dependencies",
1111
"matchManagers": ["dockerfile"],
1212
"matchDatasources": ["docker"],
13-
"matchUpdateTypes": ["minor"]
13+
"matchUpdateTypes": ["minor"],
14+
"automerge": true
1415
},
1516
{
1617
"description": "Group Composer Dependencies",
1718
"groupName": "Composer Dependencies",
1819
"matchManagers": ["composer"],
19-
"matchUpdateTypes": ["minor"]
20+
"matchUpdateTypes": ["minor"],
21+
"automerge": true
2022
},
2123
{
2224
"description": "Group GitHub Actions",
2325
"groupName": "GitHub Actions",
2426
"matchManagers": ["github-actions"],
25-
"matchUpdateTypes": ["minor"]
27+
"matchUpdateTypes": ["minor"],
28+
"automerge": true
2629
},
2730
{
2831
"description": "Group Breaking Change Suggestions",
@@ -32,7 +35,8 @@
3235
}
3336
],
3437
"vulnerabilityAlerts": {
35-
"enabled": true
38+
"enabled": true,
39+
"automerge": true
3640
},
3741
"osvVulnerabilityAlerts": true
3842
}

0 commit comments

Comments
 (0)