We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7111a3e commit 29f1cf9Copy full SHA for 29f1cf9
2 files changed
.github/renovate.json
@@ -128,6 +128,11 @@
128
"matchPackageNames": ["python"],
129
"allowedVersions": "3.13.x"
130
},
131
+ {
132
+ "matchManagers": ["github-actions"],
133
+ "matchPackageNames": ["actions/setup-python"],
134
+ "allowedVersions": "3.13.x"
135
+ },
136
{
137
"matchFileNames": [".github/actions/setup-claude-code-action/action.yml"],
138
"automerge": false
.github/workflows/helm-lint.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
- uses: actions/setup-python@v6.2.0
27
with:
28
- python-version: "3.14"
+ python-version: "3.13"
29
check-latest: true
30
31
- name: Set up chart linting
0 commit comments