-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdefault.json
68 lines (68 loc) · 2.44 KB
/
default.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"description": "THIS FILE IS GENERATED FROM default.template.json5",
"extends": [
"config:recommended",
"group:linters",
"helpers:pinGitHubActionDigests",
"preview:dockerVersions",
"docker:pinDigests",
"preview:dockerCompose",
":separateMultipleMajorReleases",
":ignoreUnstable",
":semanticCommits",
":semanticPrefixFixDepsChoreOthers",
"customManagers:dockerfileVersions",
"customManagers:githubActionsVersions",
"security:openssf-scorecard"
],
"dependencyDashboardTitle": "Renovate Dependency Dashboard",
"dependencyDashboardLabels": ["auto-update"],
"dependencyDashboardHeader": "This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.<br>Main configs and useful links are located in [SpotOnInc/renovate-config](/~https://github.com/SpotOnInc/renovate-config); Renovate logs for debug [here](https://developer.mend.io/{{platform}}/{{repository}}).",
"minimumReleaseAge": "3 days",
"rollbackPrs": true,
"addLabels": ["auto-update"],
"configMigration": true,
"prCreation": "not-pending",
"vulnerabilityAlerts": {
"description": "Be sure that the Dependency graph and Dependabot alerts are enabled for the repo. Details: https://docs.renovatebot.com/configuration-options/#vulnerabilityalerts",
"enabled": true,
"addLabels": ["security"]
},
"osvVulnerabilityAlerts": true,
"terraform": {
"ignorePaths": ["**/context.tf"],
"pinDigests": true
},
"pre-commit": {
"enabled": true
},
"kubernetes": {
"fileMatch": ["\\.yaml$"]
},
"copier": {
"enabled": false
},
"packageRules": [
{
"description": "v prefix workaround for action updates",
"matchDepTypes": ["action"],
"extractVersion": "^(?<version>v\\d+\\.\\d+\\.\\d+)$",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$"
},
{
"description": "Remove v prefix in regex `_VERSION` updates",
"matchManagers": ["custom.regex"],
"extractVersion": "^?v?(?<version>\\d+\\.\\d+\\.\\d+.*)$",
"versioning": "regex:^v?(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+.*))?$"
},
{
"matchDatasources": ["docker"],
"schedule": ["after 4am on monday and tuesday"]
},
{
"matchManagers": ["custom.regex"],
"schedule": ["after 4am on monday and tuesday"]
}
],
"schedule": ["after 4am on tuesday"]
}