Skip to content

Commit aa307ea

Browse files
committed
chore(renovate): skip Python version bumps
Our Python version comes from the OS container we are shipping with. There's multiple Python versions involved so let's skip this rule entirely for now and create something later to check the appropriate versions.
1 parent c8a0017 commit aa307ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
{
4343
"enabled": false,
44-
"matchPackageNames": ["python"],
44+
"matchPackageNames": ["python", "actions/python-versions"],
4545
"matchUpdateTypes": ["major", "minor"]
4646
}
4747
],

0 commit comments

Comments
 (0)