-
Notifications
You must be signed in to change notification settings - Fork 0
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 5446da (#29)
# Changes - bumped cookiecutter template to robert-koch-institut/mex-template@5446da # Conflicts ```diff a/requirements.txt b/requirements.txt (rejected hunks) @@ -1,4 +1,4 @@ cruft==2.16.0 mex-release==0.3.0 -pdm==2.22.1 -pre-commit==4.0.1 +pdm==2.22.3 +pre-commit==4.1.0 ``` ```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-artificial" ``` ```diff a/Dockerfile b/Dockerfile (rejected hunks) @@ -12,7 +12,7 @@ ENV PYTHONUNBUFFERED=1 ENV PYTHONOPTIMIZE=1 ENV PIP_DISABLE_PIP_VERSION_CHECK=on -ENV PIP_NO_INPUT: on +ENV PIP_NO_INPUT=on ENV PIP_PREFER_BINARY=on ENV PIP_PROGRESS_BAR=off ```
- Loading branch information
1 parent
d4ab7ee
commit d8c099e
Showing
5 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# PR Context | ||
### PR Context | ||
<!-- Additional info for the reviewer --> | ||
|
||
# Added | ||
### Added | ||
<!-- New features and interfaces --> | ||
|
||
# Changes | ||
### Changes | ||
<!-- Changes in existing functionality --> | ||
|
||
# Deprecated | ||
### Deprecated | ||
<!-- Soon-to-be removed features --> | ||
|
||
# Removed | ||
### Removed | ||
<!-- Definitely removed features --> | ||
|
||
# Fixed | ||
### Fixed | ||
<!-- Fixed bugs --> | ||
|
||
# Security | ||
### Security | ||
<!-- Fixed vulnerabilities --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
fetch-depth: 1 | ||
|
||
- name: Run renovatebot | ||
uses: renovatebot/[email protected].10 | ||
uses: renovatebot/[email protected].11 | ||
env: | ||
RENOVATE_GIT_PRIVATE_KEY: ${{ secrets.GPG_SIGNING_KEY }} | ||
RENOVATE_REPOSITORIES: "robert-koch-institut/mex-artificial" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cruft==2.16.0 | ||
mex-release==0.3.0 | ||
pdm==2.22.2 | ||
pdm==2.22.3 | ||
pre-commit==4.1.0 |