Skip to content

Commit 30f6a8e

Browse files
authored
fix: update python dependency rule (again) (#935)
See: renovatebot/renovate#35309 This should not open PRs anymore. Instead it should create an AI in the dependency dashboard that can manually be triggered to update the python version if we want to.
1 parent fd2c199 commit 30f6a8e

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/renovate.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,11 @@
134134
"matchDepTypes": ["tool-constraint"],
135135
"enabled": false
136136
},
137-
{
138-
"matchPackageNames": ["python"],
139-
"allowedVersions": "3.13.x"
140-
},
141137
{
142138
"matchManagers": ["github-actions"],
143-
"matchPackageNames": ["actions/setup-python"],
144-
"allowedVersions": "3.13.x"
139+
"matchDepNames": ["python"],
140+
"separateMultipleMinor": true,
141+
"dependencyDashboardApproval": true
145142
},
146143
{
147144
"matchFileNames": [".github/actions/setup-claude-code-action/action.yml"],

0 commit comments

Comments
 (0)