You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: renovate.json
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,19 @@
62
62
],
63
63
"minimumReleaseAge": "7 days"
64
64
},
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
+
},
65
78
{
66
79
"description": "Runner versions (runs-on) and container/service/docker images are bumped manually when needed.",
0 commit comments