We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04899de commit 69e7206Copy full SHA for 69e7206
.github/renovate.json5
@@ -3,4 +3,16 @@
3
"github>thekevjames/tools:personal",
4
"github>thekevjames/tools//renovate/version-as-lib.json5",
5
],
6
+ "packageRules": [
7
+ {
8
+ "matchFileNames": [
9
+ ".pre-commit-config.yaml",
10
+ ],
11
+ "matchDepNames": [
12
+ "python",
13
+ "python/cpython",
14
15
+ "allowedVersions": "3.10",
16
+ },
17
18
}
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-python@v6
with:
# renovate: datasource=docker depName=python
19
- python-version: '3.12'
+ python-version: '3.14'
20
- uses: snok/[email protected]
21
22
# renovate: datasource=pypi depName=poetry
0 commit comments