Skip to content

Commit 78aad7c

Browse files
authored
Stop renovate from updating python docker image version (#4884)
https://docs.renovatebot.com/docker/#configuringdisabling Trying to win the fight against #4869 once and for all. Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent 6fd76c1 commit 78aad7c

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Latest macOS doesn't allow maturin to install stuff into the global Python interpreter
4545
if: "${{ matrix.target.runs-on == 'macos-latest' }}"
4646
with:
47-
python-version: "3.14"
47+
python-version: "3.11"
4848

4949
- name: Build wheel
5050
uses: PyO3/maturin-action@v1

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13
1+
3.11

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
":automergeRequireAllStatusChecks",
88
":combinePatchMinorReleases",
99
":dependencyDashboard",
10-
":separateMultipleMajorReleases"
10+
":separateMultipleMajorReleases",
11+
"docker:disable"
1112
],
1213
"lockFileMaintenance": {
1314
"enabled": true

0 commit comments

Comments
 (0)