forked from MekayelAnik/ispyagentdvr-docker
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrenovate.json
More file actions
100 lines (100 loc) · 2.38 KB
/
Copy pathrenovate.json
File metadata and controls
100 lines (100 loc) · 2.38 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":configMigration"
],
"enabledManagers": [
"github-actions",
"custom.regex"
],
"pinDigests": false,
"github-actions": {
"managerFilePatterns": [
"/(^|/).github/workflows/[^/]+\\.ya?ml$/",
"/(^|/).github/actions/[^/]+/action\\.ya?ml$/"
]
},
"customManagers": [
{
"customType": "regex",
"description": "Track crane (go-containerregistry) pinned fallback versions",
"managerFilePatterns": ["/.github/actions/setup-build-env/action\\.yml$/"],
"matchStrings": ["CRANE_FALLBACK_VERSIONS=\\(\"(?<currentValue>v[\\d.]+)\""],
"depNameTemplate": "google/go-containerregistry",
"datasourceTemplate": "github-releases"
}
],
"labels": [
"dependencies",
"automated",
"github-actions"
],
"assignees": [],
"reviewers": [],
"timezone": "UTC",
"schedule": [
"before 6am on monday"
],
"automerge": true,
"platformAutomerge": false,
"automergeType": "pr",
"automergeStrategy": "squash",
"rebaseWhen": "behind-base-branch",
"prConcurrentLimit": 10,
"prHourlyLimit": 5,
"minimumReleaseAge": "0 days",
"internalChecksFilter": "strict",
"osvVulnerabilityAlerts": true,
"vulnerabilityAlerts": {
"enabled": true,
"labels": [
"security"
],
"minimumReleaseAge": null
},
"packageRules": [
{
"description": "Disable pin and digest updates globally",
"matchUpdateTypes": [
"pin",
"digest"
],
"enabled": false
},
{
"description": "GitHub Actions: major versions only; disable minor/patch",
"matchManagers": [
"github-actions"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"enabled": false
},
{
"description": "GitHub Actions: major updates as PRs",
"matchManagers": [
"github-actions"
],
"matchUpdateTypes": [
"major"
],
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "squash",
"labels": [
"dependencies",
"github-actions"
],
"groupName": "github-actions-major"
}
],
"commitMessagePrefix": "ci: ",
"commitMessageAction": "update",
"commitMessageTopic": "{{depName}}",
"gitIgnoredAuthors": [
"renovate[bot]@users.noreply.github.com"
]
}