feat(gitea): create Renovate labels for a new repo

This commit is contained in:
hh
2026-09-10 16:01:09 +00:00
parent e0550cb462
commit 454be36bec
3 changed files with 82 additions and 0 deletions
+1
View File
@@ -6,3 +6,4 @@ fi
newproject() { uv run --script "$TEMPLATES_HOME/templates.py" new "$@"; }
updateproject() { uv run --script "$TEMPLATES_HOME/templates.py" update "$@"; }
giteaproject() { uv run --script "$TEMPLATES_HOME/templates.py" gitea "$@"; }