Compare commits

...

10 Commits
1.0.2 ... 1.1.1

3 changed files with 15 additions and 3 deletions

View File

@@ -12,6 +12,9 @@ on:
- "**/CHANGELOG.md"
- "**/docs/**"
workflow_dispatch:
pull_request:
branches:
- dev
env:
REGISTRY: ghcr.io
@@ -51,6 +54,7 @@ jobs:
tag:
needs: test
if: github.event_name == 'push'
runs-on: ubuntu-latest
permissions:
contents: write # for the tags
@@ -86,6 +90,7 @@ jobs:
run: git push origin ${{ steps.git_version.outputs.version }}
build_and_push:
if: github.event_name == 'push'
runs-on: ubuntu-latest
permissions: write-all
needs: tag

7
renovate.json Normal file
View File

@@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":semanticCommitTypeAll(feat)"
]
}

View File

@@ -1,11 +1,11 @@
certifi==2023.11.17 # Testing
certifi==2024.7.4 # Testing
iniconfig==2.0.0 # PyTest Testing
packaging==23.2 # PyTest Testing
pluggy==1.3.0 # PyTest Testing
pytest==7.4.3 # PyTest Testing
pytest==7.4.4 # PyTest Testing
click==8.1.7 # Uvicorn
httptools==0.6.1 # Uvicorn
httptools==0.6.4 # Uvicorn
pyyaml==6.0.1 # Uvicorn
uvicorn==0.27.0.post1 # Uvicorn
uvloop==0.19.0 # Uvicorn