From 4e2a041c63fc87092d4a068f11ff672ae83914f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Mar 2025 15:12:25 +0000 Subject: [PATCH 1/4] chore(deps): update astral-sh/setup-uv action to v5 --- .github/actions/setup-python-with-uv/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-python-with-uv/action.yml b/.github/actions/setup-python-with-uv/action.yml index 5021da2..a9d6ccc 100644 --- a/.github/actions/setup-python-with-uv/action.yml +++ b/.github/actions/setup-python-with-uv/action.yml @@ -12,7 +12,7 @@ runs: using: composite steps: - name: Install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v5 with: enable-cache: true python-version: ${{ inputs.python-version }} From 4b1867a316c0bfcfbb93441040a4323ef6bc4564 Mon Sep 17 00:00:00 2001 From: a5chin Date: Sat, 8 Mar 2025 15:28:32 +0000 Subject: [PATCH 2/4] delete: onboarding --- renovate.json | 1 - 1 file changed, 1 deletion(-) diff --git a/renovate.json b/renovate.json index d1866fa..6c50bb2 100644 --- a/renovate.json +++ b/renovate.json @@ -7,7 +7,6 @@ "lockFileMaintenance": { "enabled": true }, - "onboarding": false, "rebaseWhen": "behind-base-branch", "schedule": [ "* 0-23 * * *" From 7105a82ba9ad5c38e985b4fbfd91e2f53609bf37 Mon Sep 17 00:00:00 2001 From: a5chin Date: Sun, 9 Mar 2025 11:59:08 +0000 Subject: [PATCH 3/4] fix: indent --- docs/guides/cookiecutter.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/guides/cookiecutter.md b/docs/guides/cookiecutter.md index 484a0ba..fdde0de 100644 --- a/docs/guides/cookiecutter.md +++ b/docs/guides/cookiecutter.md @@ -11,16 +11,16 @@ ## Example URLs - Data Science - - https://github.com/drivendataorg/cookiecutter-data-science + - https://github.com/drivendataorg/cookiecutter-data-science - Django - - https://github.com/cookiecutter/cookiecutter-django - - https://github.com/agconti/cookiecutter-django-rest - - https://github.com/vchaptsev/cookiecutter-django-vue - - https://github.com/chrisdev/wagtail-cookiecutter-foundation - - https://github.com/wemake-services/wemake-django-template + - https://github.com/cookiecutter/cookiecutter-django + - https://github.com/agconti/cookiecutter-django-rest + - https://github.com/vchaptsev/cookiecutter-django-vue + - https://github.com/chrisdev/wagtail-cookiecutter-foundation + - https://github.com/wemake-services/wemake-django-template - FastAPI - - https://github.com/fastapi/full-stack-fastapi-template + - https://github.com/fastapi/full-stack-fastapi-template - Flask - - https://github.com/cookiecutter-flask/cookiecutter-flask - - https://github.com/karec/cookiecutter-flask-restful - - https://github.com/italomaia/flask-empty + - https://github.com/cookiecutter-flask/cookiecutter-flask + - https://github.com/karec/cookiecutter-flask-restful + - https://github.com/italomaia/flask-empty From 637e28ae7f17eed66a480f634cede5bad7981181 Mon Sep 17 00:00:00 2001 From: a5chin Date: Sun, 9 Mar 2025 12:01:26 +0000 Subject: [PATCH 4/4] fix: link --- docs/guides/cookiecutter.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/guides/cookiecutter.md b/docs/guides/cookiecutter.md index fdde0de..c5062c9 100644 --- a/docs/guides/cookiecutter.md +++ b/docs/guides/cookiecutter.md @@ -11,16 +11,16 @@ ## Example URLs - Data Science - - https://github.com/drivendataorg/cookiecutter-data-science + - [https://github.com/drivendataorg/cookiecutter-data-science](https://github.com/drivendataorg/cookiecutter-data-science) - Django - - https://github.com/cookiecutter/cookiecutter-django - - https://github.com/agconti/cookiecutter-django-rest - - https://github.com/vchaptsev/cookiecutter-django-vue - - https://github.com/chrisdev/wagtail-cookiecutter-foundation - - https://github.com/wemake-services/wemake-django-template + - [https://github.com/cookiecutter/cookiecutter-django](https://github.com/cookiecutter/cookiecutter-django) + - [https://github.com/agconti/cookiecutter-django-rest](https://github.com/agconti/cookiecutter-django-rest) + - [https://github.com/vchaptsev/cookiecutter-django-vue](https://github.com/vchaptsev/cookiecutter-django-vue) + - [https://github.com/chrisdev/wagtail-cookiecutter-foundation](https://github.com/chrisdev/wagtail-cookiecutter-foundation) + - [https://github.com/wemake-services/wemake-django-template](https://github.com/wemake-services/wemake-django-template) - FastAPI - - https://github.com/fastapi/full-stack-fastapi-template + - [https://github.com/fastapi/full-stack-fastapi-template](https://github.com/fastapi/full-stack-fastapi-template) - Flask - - https://github.com/cookiecutter-flask/cookiecutter-flask - - https://github.com/karec/cookiecutter-flask-restful - - https://github.com/italomaia/flask-empty + - [https://github.com/cookiecutter-flask/cookiecutter-flask](https://github.com/cookiecutter-flask/cookiecutter-flask) + - [https://github.com/karec/cookiecutter-flask-restful](https://github.com/karec/cookiecutter-flask-restful) + - [https://github.com/italomaia/flask-empty](https://github.com/italomaia/flask-empty)