-
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.
# Changes - update dependencies and versions - use h3 in PR template, so we can more easily copy&paste from CHANGELOGs # Fixed - fix `PIP_NO_INPUT=on` in dockerfile - fix project page URL --------- Signed-off-by: Nicolas Drebenstedt <[email protected]> Co-authored-by: RKI | Metadata Exchange <[email protected]>
- Loading branch information
1 parent
57e9b75
commit 5446dae
Showing
10 changed files
with
26 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
# PR Context | ||
### PR Context | ||
<!-- Additional info for the reviewer | ||
Don't forget to explain how you tested the changes, i.e. by providing a link | ||
to a fork or sample repository where the changes were tried out. --> | ||
|
||
# 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].8 | ||
uses: renovatebot/[email protected].11 | ||
env: | ||
RENOVATE_GIT_PRIVATE_KEY: ${{ secrets.GPG_SIGNING_KEY }} | ||
RENOVATE_REPOSITORIES: "robert-koch-institut/mex-template" | ||
|
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
14 changes: 7 additions & 7 deletions
14
mex-{{ cookiecutter.project_name }}/.github/pull_request_template.md
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].8 | ||
uses: renovatebot/[email protected].11 | ||
env: | ||
RENOVATE_GIT_PRIVATE_KEY: {% raw %}${{ secrets.GPG_SIGNING_KEY }}{% endraw %} | ||
RENOVATE_REPOSITORIES: "robert-koch-institut/mex-{{ cookiecutter.project_name }}" | ||
|
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
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.1 | ||
pre-commit==4.0.1 | ||
pdm==2.22.3 | ||
pre-commit==4.1.0 |
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 | ||
pre-commit==4.0.1 | ||
pdm==2.22.3 | ||
pre-commit==4.1.0 |