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 }} diff --git a/docs/guides/cookiecutter.md b/docs/guides/cookiecutter.md index 484a0ba..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) 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 * * *"