Skip to content

Commit fc2d1c6

Browse files
committed
ci: enable automerge for github actions and python runtime updates
1 parent 995a790 commit fc2d1c6

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

renovate.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,16 @@
1111
},
1212
{
1313
"matchManagers": ["github-actions"],
14-
"semanticCommitType": "ci"
14+
"semanticCommitType": "ci",
15+
"automerge": true,
16+
"automergeType": "pr"
17+
},
18+
{
19+
"matchManagers": ["github-actions"],
20+
"matchPackageNames": ["python"],
21+
"semanticCommitType": "fix",
22+
"automerge": true,
23+
"automergeType": "pr"
1524
}
1625
]
1726
}

0 commit comments

Comments
 (0)