chore: add renovate bot modular configuration (#1983)

This commit is contained in:
Joe Harrison
2025-10-07 05:21:18 +01:00
committed by GitHub
parent 94a43ea480
commit 0af453ee33
8 changed files with 154 additions and 21 deletions

24
.github/renovate.json5 vendored Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":dependencyDashboard",
":timezone(UTC)",
"docker:enableMajor",
"docker:pinDigests",
"group:nextjsMonorepo",
"group:reactMonorepo",
"group:typescript-eslintMonorepo",
"group:tailwindcssMonorepo",
"github>seerr-team/seerr//.github/renovate/actions.json5",
"github>seerr-team/seerr//.github/renovate/groups.json5",
"github>seerr-team/seerr//.github/renovate/helm.json5",
"github>seerr-team/seerr//.github/renovate/labels.json5",
"github>seerr-team/seerr//.github/renovate/pnpm.json5",
"github>seerr-team/seerr//.github/renovate/semanticCommits.json5"
],
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
"suppressNotifications": ["prEditedNotification", "prIgnoreNotification"],
"rebaseWhen": "conflicted",
"labels": ["dependencies"]
}