|
1 | 1 | { |
| 2 | + "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
2 | 3 | "extends": [ |
3 | | - ":automergeDisabled", |
4 | | - ":dependencyDashboard", |
5 | | - ":disableRateLimiting", |
6 | | - ":enableVulnerabilityAlertsWithLabel(security)", |
7 | | - ":ignoreModulesAndTests", |
8 | | - ":ignoreUnstable", |
9 | | - ":label(dependencies)", |
10 | | - ":maintainLockFilesMonthly", |
11 | | - ":semanticPrefixFixDepsChoreOthers", |
12 | | - ":separateMajorReleases", |
| 4 | + "config:best-practices", |
| 5 | + "group:allDigest", |
| 6 | + "security:openssf-scorecard", |
| 7 | + "schedule:automergeWeekends", |
| 8 | + "schedule:monthly", |
| 9 | + "preview:dockerCompose", |
| 10 | + "preview:dockerVersions", |
| 11 | + "mergeConfidence:all-badges", |
13 | 12 | ":timezone(Europe/Dublin)", |
14 | | - "schedule:weekends", |
15 | | - "workarounds:all", |
16 | | - "helpers:pinGitHubActionDigests", |
17 | | - ":semanticCommits" |
| 13 | + ":automergeDigest", |
| 14 | + ":automergeMinor", |
| 15 | + ":semanticCommits", |
| 16 | + ":pathSemanticCommitType(Dockerfile, perf)" |
18 | 17 | ], |
19 | 18 | "packageRules": [ |
20 | 19 | { |
21 | | - "description": "Add `docker` label for Dockerfile or docker-compose related updates.", |
22 | | - "matchManagers": ["docker-compose", "dockerfile"], |
23 | | - "addLabels": ["docker"] |
24 | | - }, |
25 | | - { |
26 | | - "description": "Group all minor and patch updates together for gradle.", |
27 | | - "matchManagers": ["gradle"], |
28 | | - "matchUpdateTypes": ["minor", "patch"], |
29 | | - "groupName": "all non-major dependencies", |
30 | | - "groupSlug": "all-minor-patch" |
31 | | - }, |
32 | | - { |
33 | | - "description": "Group all minor and patch updates together for docker.", |
34 | | - "matchManagers": ["docker-compose", "dockerfile"], |
35 | | - "matchUpdateTypes": ["minor", "patch"], |
36 | | - "groupName": "all non-major dependencies", |
37 | | - "groupSlug": "all-minor-patch" |
38 | | - }, |
39 | | - { |
40 | | - "matchUpdateTypes": ["minor", "patch"], |
41 | | - "matchCurrentVersion": "!/^0/", |
42 | | - "automerge": true |
| 20 | + "groupName": "All GitHub Actions", |
| 21 | + "matchManagers": ["github-actions"], |
| 22 | + "matchUpdateTypes": [ |
| 23 | + "digest", |
| 24 | + "patch", |
| 25 | + "minor" |
| 26 | + ] |
43 | 27 | } |
44 | | - ], |
45 | | - "rebaseWhen": "conflicted" |
| 28 | + ] |
46 | 29 | } |
0 commit comments