Compare commits

...

19 Commits
1.0.1 ... 1.1.4

Author SHA1 Message Date
3bb5bb6739 Update ci.yml 2024-11-24 16:14:54 +01:00
a3da4ff7f0 Merge pull request #7 from ServerCrow/renovate/certifi-2024.x 2024-11-24 16:07:01 +01:00
e11ddc277a Merge pull request #8 from ServerCrow/renovate/pluggy-1.x 2024-11-24 16:06:49 +01:00
fafc3f8a29 Merge pull request #6 from ServerCrow/renovate/pyyaml-6.x 2024-11-24 16:02:36 +01:00
renovate[bot]
c0c4c31815 feat(deps): update dependency pluggy to v1.5.0 2024-11-24 15:02:20 +00:00
renovate[bot]
49199bd776 feat(deps): update dependency certifi to v2024.8.30 2024-11-24 15:02:17 +00:00
5e2a2cbe8c fix: updated pipeline to also test prs against master 2024-11-24 16:01:56 +01:00
81838054da Merge pull request #5 from ServerCrow/renovate/pytest-7.x 2024-11-24 15:58:43 +01:00
renovate[bot]
fa75d26da8 feat(deps): update dependency pyyaml to v6.0.2 2024-11-24 14:53:48 +00:00
renovate[bot]
ecccb51625 feat(deps): update dependency pytest to v7.4.4 2024-11-24 14:53:44 +00:00
2c7e0d8641 feat: fixed pipeline 2024-11-24 15:53:18 +01:00
3977e3add9 Merge pull request #2 from ServerCrow/renovate/pypi-certifi-vulnerability 2024-11-24 13:53:51 +01:00
143512953b Merge pull request #3 from ServerCrow/renovate/httptools-0.x 2024-11-24 13:53:32 +01:00
renovate[bot]
e0dc1da4a1 feat(deps): update dependency httptools to v0.6.4 2024-11-24 12:52:24 +00:00
renovate[bot]
1b766f3f22 feat(deps): update dependency certifi to v2024 [security] 2024-11-24 12:52:20 +00:00
762a5f3523 Merge pull request #1 from ServerCrow/renovate/configure 2024-11-24 13:51:52 +01:00
0ca067d37b Update renovate.json 2024-11-24 13:51:32 +01:00
renovate[bot]
d6d48ead0a Add renovate.json 2024-11-24 09:22:47 +00:00
eef2cc3741 fix: renamed pong package 2024-10-25 14:00:20 +02:00
3 changed files with 21 additions and 8 deletions

View File

@@ -6,13 +6,17 @@ on:
- dev
- master
paths-ignore:
- "**/.github/**"
- "**/.gitignore"
- "**/.renovate.json"
- "**/.vscode/**"
- "**/README.md"
- "**/CHANGELOG.md"
- "**/docs/**"
workflow_dispatch:
pull_request:
branches:
- master
- dev
env:
REGISTRY: ghcr.io
@@ -52,6 +56,7 @@ jobs:
tag:
needs: test
if: github.event_name == 'push'
runs-on: ubuntu-latest
permissions:
contents: write # for the tags
@@ -87,6 +92,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
@@ -106,7 +112,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-${{ github.ref_name }}
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: latest
- name: Build and push Docker image
@@ -115,7 +121,7 @@ jobs:
context: .
file: ./Dockerfile
build-args: |
VERSION=${{ needs.tag.outputs.version }}-${{ github.ref_name }}
VERSION=${{ needs.tag.outputs.version }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

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,12 +1,12 @@
certifi==2023.11.17 # Testing
certifi==2024.8.30 # Testing
iniconfig==2.0.0 # PyTest Testing
packaging==23.2 # PyTest Testing
pluggy==1.3.0 # PyTest Testing
pytest==7.4.3 # PyTest Testing
pluggy==1.5.0 # PyTest Testing
pytest==7.4.4 # PyTest Testing
click==8.1.7 # Uvicorn
httptools==0.6.1 # Uvicorn
pyyaml==6.0.1 # Uvicorn
httptools==0.6.4 # Uvicorn
pyyaml==6.0.2 # Uvicorn
uvicorn==0.27.0.post1 # Uvicorn
uvloop==0.19.0 # Uvicorn
watchfiles==0.21.0 # Uvicorn