-
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.
# 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 <!-- New features and interfaces --> # Changes - update requirements and github-actions # Deprecated <!-- Soon-to-be removed features --> # Removed <!-- Definitely removed features --> # Fixed - fix missing dependency from containerize to release job # Security <!-- Fixed vulnerabilities --> --------- Signed-off-by: Nicolas Drebenstedt <[email protected]> Co-authored-by: RKIMetadataExchange <[email protected]>
- Loading branch information
1 parent
a782ed7
commit cee2058
Showing
5 changed files
with
8 additions
and
7 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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
fetch-depth: 1 | ||
|
||
- name: Run renovatebot | ||
uses: renovatebot/[email protected].5 | ||
uses: renovatebot/[email protected].7 | ||
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
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].5 | ||
uses: renovatebot/[email protected].7 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
cruft==2.15.0 | ||
mex-release @ git+https://github.com/robert-koch-institut/mex-release.git | ||
pdm==2.17.3 | ||
pdm==2.18.1 | ||
pre-commit==3.8.0 | ||
wheel==0.44.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,5 +1,5 @@ | ||
cruft==2.15.0 | ||
mex-release @ git+https://github.com/robert-koch-institut/mex-release.git | ||
pdm==2.17.3 | ||
pdm==2.18.1 | ||
pre-commit==3.8.0 | ||
wheel==0.44.0 |