Skip to content

Commit

Permalink
Bump cookiecutter template to 5446da (#29)
Browse files Browse the repository at this point in the history
# 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
RKIMetadataExchange authored Feb 11, 2025
1 parent d4ab7ee commit d8c099e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"template": "https://github.com/robert-koch-institut/mex-template",
"commit": "57e9b752fed460f5542bda226467210d0135f4fb",
"commit": "5446dae8486bd2412e75f97790c6bd800fa26a34",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "artificial",
"short_summary": "Create artificial data for the MEx project.",
"long_summary": "Create artificial extracted items, transform them into merged items and write the results into a configured sink.",
"_template": "https://github.com/robert-koch-institut/mex-template",
"_commit": "57e9b752fed460f5542bda226467210d0135f4fb"
"_commit": "5446dae8486bd2412e75f97790c6bd800fa26a34"
}
},
"directory": null
Expand Down
14 changes: 7 additions & 7 deletions .github/pull_request_template.md
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 -->
2 changes: 1 addition & 1 deletion .github/workflows/renovatebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ available to external researchers as well as the interested (professional) publi
find research data from the RKI.

For further details, please consult our
[project page](https://www.rki.de/DE/Content/Forsch/MEx/MEx_node.html).
[project page](https://www.rki.de/DE/Aktuelles/Publikationen/Forschungsdaten/MEx/metadata-exchange-plattform-mex-node.html).

[^1]: FAIR is referencing the so-called
[FAIR data principles](https://www.go-fair.org/fair-principles/) – guidelines to make
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
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

0 comments on commit d8c099e

Please sign in to comment.