Skip to content

Commit

Permalink
Merge branch 'main' into tschm-patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 1, 2025
2 parents 1d7f176 + 0c30eee commit dfdb2cc
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Python 3",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/python:3.12-bookworm",
"image": "mcr.microsoft.com/devcontainers/python:3.13-bookworm",
"onCreateCommand": ".devcontainer/startup.sh",
"customizations": {
"vscode": {
Expand Down
27 changes: 27 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,32 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"automerge": true,
"lockFileMaintenance": {
"enabled": true,
"schedule": [
"on friday before 3pm"
]
},
"pre-commit": {
"enabled": true,
"schedule": [
"on the first day of the month before 6am"
],
"packageRules": [
{
"groupName": "pre-commit hooks",
"groupSlug": "pre-commit",
"labels": [
"pre-commit",
"dependencies"
],
"matchDepTypes": ["repository"]
}
]
},
"labels": [
"renovate"
]
}
10 changes: 5 additions & 5 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/marimo@v2.0.8
- uses: cvxgrp/.github/actions/uv/marimo@v2.0.13

sphinx:
runs-on: "ubuntu-latest"
Expand All @@ -26,15 +26,15 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/coverage@v2.0.8
- uses: cvxgrp/.github/actions/uv/coverage@v2.0.13

jupyter:
runs-on: "ubuntu-latest"
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/jupyter@v2.0.8
- uses: cvxgrp/.github/actions/uv/jupyter@v2.0.13


pdoc:
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/pdoc@v2.0.8
- uses: cvxgrp/.github/actions/uv/pdoc@v2.0.13

book:
runs-on: "ubuntu-latest"
Expand All @@ -56,4 +56,4 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/book@v2.0.8
- uses: cvxgrp/.github/actions/book@v2.0.13
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/test@v2.0.8
- uses: cvxgrp/.github/actions/uv/test@v2.0.13
with:
python-version: ${{ matrix.python-version }}
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/coverage@v2.0.8
- uses: cvxgrp/.github/actions/uv/coverage@v2.0.13

- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/deptry@v2.0.8
- uses: cvxgrp/.github/actions/uv/deptry@v2.0.13

pre-commit:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}


publish:
needs: tag
runs-on: ubuntu-latest
Expand Down

0 comments on commit dfdb2cc

Please sign in to comment.