Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump cookiecutter template to 20d79c (#104)
# Changes - bumped cookiecutter template to robert-koch-institut/mex-template@20d79c # Conflicts ```diff a/.github/workflows/release.yml b/.github/workflows/release.yml (rejected hunks) @@ -88,7 +88,7 @@ jobs: needs: release steps: - name: Build, tag and push docker image to ghcr - uses: GlueOps/[email protected] + uses: GlueOps/[email protected] with: tags: "${{ github.sha }},${{ needs.release.outputs.tag }},latest" ``` ```diff a/.github/workflows/renovatebot.yml b/.github/workflows/renovatebot.yml (rejected hunks) @@ -22,7 +22,7 @@ jobs: fetch-depth: 1 - name: Run renovatebot - uses: renovatebot/[email protected] + uses: renovatebot/[email protected] env: RENOVATE_GIT_PRIVATE_KEY: ${{ secrets.GPG_SIGNING_KEY }} RENOVATE_REPOSITORIES: "robert-koch-institut/mex-model" ``` ```diff a/requirements.txt b/requirements.txt (rejected hunks) @@ -2,4 +2,4 @@ cruft==2.15.0 mex-release @ git+https://github.com/robert-koch-institut/mex-release.git pdm==2.17.3 pre-commit==3.8.0 -wheel==0.43.0 +wheel==0.44.0 ```
- Loading branch information