Skip to content

Commit 41c30eb

Browse files
committed
chore: Pin Renovate-allowed Python to <3.12 in workflows
dbt-common's pinned mashumaro raises UnserializableField on Python 3.14 at import time. The upstream cloudquery preset has allowedVersions: "<3.14", which didn't block this PR's 3.11 -> 3.14 bump for unclear reasons; tighten locally to <3.12 scoped to the github-actions manager so the python-version in setup-python stays on the 3.11 series.
1 parent c431608 commit 41c30eb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,10 @@
1818
'/^dbt-/',
1919
],
2020
},
21+
{
22+
matchManagers: ['github-actions'],
23+
matchPackageNames: ['python'],
24+
allowedVersions: '<3.12',
25+
},
2126
],
2227
}

0 commit comments

Comments
 (0)