We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4592e9 commit 24df942Copy full SHA for 24df942
2 files changed
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup Python
13
uses: actions/setup-python@v5
14
with:
15
- python-version: '3.13.2'
+ python-version: '3.13'
16
17
- name: Setup Poetry
18
uses: abatilo/actions-poetry@v4
renovate.json
@@ -27,16 +27,6 @@
27
},
28
"packageRules": [
29
{
30
- "matchCategories": [
31
- "python"
32
- ],
33
- "lockFileMaintenance": {
34
- "enabled": true,
35
- "schedule": [
36
- "before 4pm every weekday except before 9am every weekday"
37
38
- "prPriority": -9
39
- },
40
"matchDepNames": [
41
"python"
42
],
0 commit comments