Skip to content

Commit

Permalink
revist cvxcla
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Feb 1, 2025
1 parent 3f9cf56 commit 73e012d
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 25 deletions.
File renamed without changes.
File renamed without changes.
17 changes: 0 additions & 17 deletions .github/dependabot.yml

This file was deleted.

33 changes: 33 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"$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: 10 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,13 @@ jobs:
uses: actions/checkout@v4

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

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

- uses: pre-commit/action@v3.0.1
with:
extra_args: '--verbose --all-files'
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ name: Bump version and publish

on:
workflow_dispatch:
workflow_run:
workflows: [ "CI" ]
types: [ completed ]
#workflow_run:
# workflows: [ "CI" ]
# types: [ completed ]

jobs:
tag:
permissions:
contents: write

if: >
github.event_name == 'workflow_dispatch' ||
(github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.head_branch == 'main')
#if: >
# github.event_name == 'workflow_dispatch' ||
# (github.event.workflow_run.conclusion == 'success' &&
# github.event.workflow_run.head_branch == 'main')

runs-on: ubuntu-latest

Expand Down
1 change: 0 additions & 1 deletion .python-version

This file was deleted.

0 comments on commit 73e012d

Please sign in to comment.