2 Commits

Author SHA1 Message Date
cbacae0f77 chore(deps): update actions/setup-python action to v6
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m36s
2025-09-05 00:41:16 +00:00
9d9dc1e822 Update renovate.json (#28)
All checks were successful
Lint / pre-commit Linting (push) Successful in 2m0s
Reviewed-on: #28
2025-09-05 02:40:16 +02:00
2 changed files with 7 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: pi runs-on: pi
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
- run: pip install pre-commit - run: pip install pre-commit
shell: bash shell: bash
- name: Pre Commit - name: Pre Commit

View File

@@ -1,3 +1,8 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json" "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>server/Renovate-Template:renovate.json",
"config:recommended",
":automergeLinters"
]
} }