Compare commits

..

1 Commits

Author SHA1 Message Date
7c5f59c282 Update renovate.json
Some checks failed
Lint / pre-commit Autoupdate (push) Failing after 3m14s
2025-08-15 21:20:05 +02:00
2 changed files with 7 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ jobs:
env:
SPECIFIC_BRANCH: chore/update-pre-commit
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: pip install pre-commit
shell: bash

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"
]
}