|
1 | 1 | { |
2 | | - "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
3 | | - "extends": [ |
4 | | - "config:recommended", |
5 | | - ":dependencyDashboard", |
6 | | - ":timezone(UTC)", |
7 | | - "group:nextjsMonorepo", |
8 | | - "group:reactMonorepo", |
9 | | - "group:typescript-eslintMonorepo", |
10 | | - "group:tailwindcssMonorepo", |
11 | | - "github>seerr-team/seerr//.github/renovate/actions.json5", |
12 | | - "github>seerr-team/seerr//.github/renovate/docker.json5", |
13 | | - "github>seerr-team/seerr//.github/renovate/groups.json5", |
14 | | - "github>seerr-team/seerr//.github/renovate/helm.json5", |
15 | | - "github>seerr-team/seerr//.github/renovate/labels.json5", |
16 | | - "github>seerr-team/seerr//.github/renovate/pnpm.json5", |
17 | | - "github>seerr-team/seerr//.github/renovate/semanticCommits.json5" |
| 2 | + $schema: 'https://docs.renovatebot.com/renovate-schema.json', |
| 3 | + extends: [ |
| 4 | + 'config:recommended', |
| 5 | + ':dependencyDashboard', |
| 6 | + ':timezone(UTC)', |
| 7 | + 'group:allNonMajor', |
| 8 | + 'group:nextjsMonorepo', |
| 9 | + 'group:reactMonorepo', |
| 10 | + 'group:typescript-eslintMonorepo', |
| 11 | + 'group:tailwindcssMonorepo', |
| 12 | + 'github>seerr-team/seerr//.github/renovate/actions.json5', |
| 13 | + 'github>seerr-team/seerr//.github/renovate/docker.json5', |
| 14 | + 'github>seerr-team/seerr//.github/renovate/groups.json5', |
| 15 | + 'github>seerr-team/seerr//.github/renovate/helm.json5', |
| 16 | + 'github>seerr-team/seerr//.github/renovate/labels.json5', |
| 17 | + 'github>seerr-team/seerr//.github/renovate/pnpm.json5', |
| 18 | + 'github>seerr-team/seerr//.github/renovate/semanticCommits.json5', |
18 | 19 | ], |
19 | | - "dependencyDashboardTitle": "Renovate Dashboard 🤖", |
20 | | - "suppressNotifications": ["prEditedNotification", "prIgnoreNotification"], |
21 | | - "rebaseWhen": "conflicted", |
22 | | - "labels": ["dependencies"], |
23 | | - "minimumReleaseAge": "7 days" |
| 20 | + dependencyDashboardTitle: 'Renovate Dashboard 🤖', |
| 21 | + suppressNotifications: ['prEditedNotification', 'prIgnoreNotification'], |
| 22 | + rebaseWhen: 'conflicted', |
| 23 | + labels: ['dependencies'], |
| 24 | + minimumReleaseAge: '7 days', |
24 | 25 | } |
0 commit comments