chore: Configure Renovate (#489)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-08-05 11:57:00 +02:00 committed by GitHub
parent 768895a07b
commit 6ece06c1e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 22 deletions

View file

@ -1,22 +0,0 @@
version: 2
updates:
# ─── Python (pip) ─────────────────────────────
- package-ecosystem: "pip"
directory: "/"
schedule: { interval: "weekly" }
labels: [ "dependencies", "pip" ]
groups: # Group patches & minors from dev-only tools
dev-py:
dependency-type: "development"
update-types: ["minor", "patch"]
# ─── GitHub Actions ───────────────────────────
- package-ecosystem: "github-actions"
directory: "/"
schedule: { interval: "weekly" }
labels: [ "dependencies", "gh-actions" ]
- package-ecosystem: docker
directory: /
schedule:
interval: daily

6
renovate.json Normal file
View file

@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}