|
1 | 1 | {
|
2 | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
3 | 3 | "extends": [
|
4 |
| - "config:best-practices", |
5 |
| - ":semanticCommitsDisabled" |
6 |
| - ], |
7 |
| - |
8 |
| - "branchPrefix": "grafanarenovatebot/", |
9 |
| - "commitMessagePrefix": "Chore: ", |
10 |
| - // Used when renovate runs as a github app. |
11 |
| - // https://docs.renovatebot.com/configuration-options/#platformcommit |
12 |
| - // Setting platformCommit to "enabled", as required by Grafana policy, seems to make renovate think all PRs are modified, |
13 |
| - // as the dynamic author configured by github does not match the author set in `gitAuthor`. It is recommended to |
14 |
| - // leave it unset: https://github.com/renovatebot/renovate/discussions/29106. |
15 |
| - "platformCommit": "enabled", |
16 |
| - "dependencyDashboard": false, |
17 |
| - "forkProcessing": "disabled", |
18 |
| - "rebaseWhen": "behind-base-branch", |
19 |
| - "prHourlyLimit": 0, |
20 |
| - "prConcurrentLimit": 10, |
21 |
| - "branchConcurrentLimit": 10, |
22 |
| - |
23 |
| - "enabledManagers": ["custom.regex", "gomod"], |
24 |
| - |
25 |
| - "labels": ["dependencies"], |
26 |
| - |
27 |
| - "gomod": { |
28 |
| - "enabled": true |
29 |
| - }, |
30 |
| - |
31 |
| - "postUpdateOptions": [ |
32 |
| - "gomodTidyE" |
33 |
| - ], |
34 |
| - |
35 |
| - "customManagers": [ |
36 |
| - { |
37 |
| - // Update renovate version in GHA workflow file. |
38 |
| - "customType": "regex", |
39 |
| - "depNameTemplate": "ghcr.io/renovatebot/renovate", |
40 |
| - "datasourceTemplate": "docker", |
41 |
| - "fileMatch": [ |
42 |
| - "^\\.github/workflows/.*\\.ya?ml$", |
43 |
| - ], |
44 |
| - "matchStrings": [ |
45 |
| - "renovate-version: (?<currentValue>[^@\\s]+)(?:@(?<currentDigest>\\S+))?", |
46 |
| - "RENOVATE_IMAGE=ghcr.io/renovatebot/renovate:(?<currentValue>[^@\\s]+)(?:@(?<currentDigest>\\S+))?" |
47 |
| - ], |
48 |
| - }, |
| 4 | + "github>grafana/sm-renovate//presets/grafana.json5", |
| 5 | + "github>grafana/sm-renovate//presets/synthetic-monitoring.json5", |
| 6 | + "github>grafana/sm-renovate//presets/go.json5", |
49 | 7 | ],
|
50 | 8 | }
|
0 commit comments