chore: add renovate bot modular configuration (#1983)
This commit is contained in:
24
.github/renovate.json5
vendored
Normal file
24
.github/renovate.json5
vendored
Normal 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"]
|
||||
}
|
||||
Reference in New Issue
Block a user