Skip to content

Commit 291c395

Browse files
authored
Merge pull request #57 from a5chin/renovate/astral-sh-setup-uv-5.x
chore(deps): update astral-sh/setup-uv action to v5
2 parents 0e22a12 + 637e28a commit 291c395

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

.github/actions/setup-python-with-uv/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
using: composite
1313
steps:
1414
- name: Install uv
15-
uses: astral-sh/setup-uv@v4
15+
uses: astral-sh/setup-uv@v5
1616
with:
1717
enable-cache: true
1818
python-version: ${{ inputs.python-version }}

docs/guides/cookiecutter.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
## Example URLs
1313
- Data Science
14-
- https://github.com/drivendataorg/cookiecutter-data-science
14+
- [https://github.com/drivendataorg/cookiecutter-data-science](https://github.com/drivendataorg/cookiecutter-data-science)
1515
- Django
16-
- https://github.com/cookiecutter/cookiecutter-django
17-
- https://github.com/agconti/cookiecutter-django-rest
18-
- https://github.com/vchaptsev/cookiecutter-django-vue
19-
- https://github.com/chrisdev/wagtail-cookiecutter-foundation
20-
- https://github.com/wemake-services/wemake-django-template
16+
- [https://github.com/cookiecutter/cookiecutter-django](https://github.com/cookiecutter/cookiecutter-django)
17+
- [https://github.com/agconti/cookiecutter-django-rest](https://github.com/agconti/cookiecutter-django-rest)
18+
- [https://github.com/vchaptsev/cookiecutter-django-vue](https://github.com/vchaptsev/cookiecutter-django-vue)
19+
- [https://github.com/chrisdev/wagtail-cookiecutter-foundation](https://github.com/chrisdev/wagtail-cookiecutter-foundation)
20+
- [https://github.com/wemake-services/wemake-django-template](https://github.com/wemake-services/wemake-django-template)
2121
- FastAPI
22-
- https://github.com/fastapi/full-stack-fastapi-template
22+
- [https://github.com/fastapi/full-stack-fastapi-template](https://github.com/fastapi/full-stack-fastapi-template)
2323
- Flask
24-
- https://github.com/cookiecutter-flask/cookiecutter-flask
25-
- https://github.com/karec/cookiecutter-flask-restful
26-
- https://github.com/italomaia/flask-empty
24+
- [https://github.com/cookiecutter-flask/cookiecutter-flask](https://github.com/cookiecutter-flask/cookiecutter-flask)
25+
- [https://github.com/karec/cookiecutter-flask-restful](https://github.com/karec/cookiecutter-flask-restful)
26+
- [https://github.com/italomaia/flask-empty](https://github.com/italomaia/flask-empty)

renovate.json

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"lockFileMaintenance": {
88
"enabled": true
99
},
10-
"onboarding": false,
1110
"rebaseWhen": "behind-base-branch",
1211
"schedule": [
1312
"* 0-23 * * *"

0 commit comments

Comments
 (0)