Skip to content

Commit

Permalink
Prepare for Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Feb 4, 2025
1 parent a8355a1 commit 637d315
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 59 deletions.
54 changes: 0 additions & 54 deletions .github/dependabot.yml

This file was deleted.

8 changes: 6 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>edgarrmondragon/.github:renovate-config"
]
// https://github.com/edgarrmondragon/.github/blob/main/renovate/singer.json5
"edgarrmondragon/.github//renovate/singer.json5",

// https://github.com/edgarrmondragon/.github/blob/main/renovate/uv.json5
"edgarrmondragon/.github//renovate/uv.json5",
],
}
11 changes: 8 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ concurrency:

env:
FORCE_COLOR: 1
UV_VERSION: ~=0.5.27
# renovate: datasource=pypi depName=uv
UV_VERSION: 0.5.27
# renovate: datasource=pypi depName=tox
TOX_VERSION: 4.24.1
# renovate: datasource=pypi depName=tox-uv
TOX_UV_VERSION: 1.21.1

jobs:
tests:
Expand Down Expand Up @@ -64,6 +69,6 @@ jobs:
TAP_BITSO_SECRET: ${{ secrets.TAP_BITSO_SECRET }}
run: >
uvx
--with tox-uv
--with tox
--with tox-uv==${{ env.TOX_UV_VERSION }}
--with tox==${{ env.TOX_VERSION }}
tox -e ${{ matrix.environment || matrix.python-version }}

0 comments on commit 637d315

Please sign in to comment.