Skip to content

Commit 0e3fcb9

Browse files
committed
ci: disable github-actions manager in renovate
Same shape as the existing pip disable: vulnerability PRs still flow through because vulnerabilityAlerts is omitted from matchUpdateTypes. beep boop
1 parent b1f5a7e commit 0e3fcb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"semanticCommitType": "deps",
66
"packageRules": [
77
{
8-
"matchManagers": ["pip_requirements", "pip-compile", "pep621", "poetry"],
8+
"matchManagers": ["pip_requirements", "pip-compile", "pep621", "poetry", "github-actions"],
99
"matchUpdateTypes": [
1010
"major",
1111
"minor",

0 commit comments

Comments
 (0)