feat: add support for Alpine packages updates#66
Merged
ChristophShyper merged 5 commits intomasterfrom Apr 15, 2026
Merged
Conversation
ChristophShyper
approved these changes
Apr 15, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Brief description
feat: rename workflow files and update references for clarity
Merge branch 'master' into feat/rename-workflows
Merge branch 'master' into feat/rename-workflows
feat: add support for Alpine packages updates
fix: restore Taskfile.docker.yml
💻 Commits
| fix: restore Taskfile.docker.yml
|
| feat: add support for Alpine packages updates
|
| Merge branch 'master' into feat/rename-workflows
|
| Merge branch 'master' into feat/rename-workflows
|
feat: rename workflow files and update references for clarity
📁 Modified files
.../reusable-auto-pull-request-create.yml | 10 +-
.../workflows/reusable-cron-dependency-update.yml | 10 +-
.../workflows/reusable-manual-release-create.yml | 10 +-
Taskfile.cicd.yml | 46 +--------
Taskfile.yml | 1 -
templates/actions/configs/.dockerignore | 1 +
.../actions/configs/alpine-packages.txt (new) | 1 +
templates/actions/taskfiles/Taskfile.cicd.yml | 48 +--------
templates/actions/taskfiles/Taskfile.docker.yml | 8 +-
templates/actions/taskfiles/Taskfile.scripts.yml | 108 +++++++++++++++++----
templates/actions/taskfiles/Taskfile.yml | 1 -
templates/dockerized/configs/.dockerignore | 1 +
.../dockerized/configs/alpine-packages.txt (new) | 1 +
templates/dockerized/taskfiles/Taskfile.cicd.yml | 49 +---------
templates/dockerized/taskfiles/Taskfile.docker.yml | 8 +-
.../dockerized/taskfiles/Taskfile.scripts.yml | 108 +++++++++++++++++----
templates/other/taskfiles/Taskfile.cicd.yml | 46 +--------
templates/static/taskfiles/Taskfile.cicd.yml | 43 +-------
18 files changed, 206 insertions(+), 294 deletions(-)
Check CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information