Skip to content

Commit 5145475

Browse files
authored
Skip Python version bumps in Renovate (#23572)
1 parent 78767fe commit 5145475

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

renovate.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,19 @@
6262
],
6363
"minimumReleaseAge": "7 days"
6464
},
65+
{
66+
"description": "Don't auto-bump Python via setup-python's python-version input. Patches are bumped by the Upgrade Python version workflow (ddev meta scripts upgrade-python-version); minor bumps are coordinated manually.",
67+
"matchManagers": [
68+
"github-actions"
69+
],
70+
"matchDepTypes": [
71+
"uses-with"
72+
],
73+
"matchDepNames": [
74+
"python"
75+
],
76+
"enabled": false
77+
},
6578
{
6679
"description": "Runner versions (runs-on) and container/service/docker images are bumped manually when needed.",
6780
"matchManagers": [

0 commit comments

Comments
 (0)