chore(deps): update python docker tag to v3.13 #28

Closed
Renovate_bot wants to merge 2 commits from renovate/python-3.x into main
2 changed files with 6 additions and 4 deletions

View File

@@ -1 +1 @@
3.10 3.13

View File

@@ -15,12 +15,14 @@
"enabled": false "enabled": false
}, },
{ {
"matchFileNames": [".gitea/workflows/**.yaml", ".gitea/workflows/**.yml"], "matchManagers": ["github-actions", "pre-commit"],
"enabled": false "enabled": false
}, },
{ {
"matchFileNames": [".python-version"], "matchManagers": ["pep621"],
"enabled": false "rangeStrategy": "bump",
"versioning": "pep440",
"groupName": "Python dependencies"
} }
] ]
} }