-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathrenovate.json
More file actions
68 lines (68 loc) · 1.78 KB
/
Copy pathrenovate.json
File metadata and controls
68 lines (68 loc) · 1.78 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
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "This file is synced from RedHatInsights/processing-tools automatically; do not edit in downstream repos.",
"packageRules": [
{
"matchDatasources": ["pypi"],
"groupName": "Python dependencies",
"groupSlug": "python-deps",
"separateMajorMinor": false,
"automerge": true,
"platformAutomerge": true
},
{
"matchManagers": ["pre-commit"],
"groupName": "Pre-commit hooks",
"groupSlug": "pre-commit-hooks",
"separateMajorMinor": false,
"automerge": true,
"platformAutomerge": true
},
{
"matchManagers": ["gomod"],
"groupName": "Go dependencies",
"groupSlug": "go-deps",
"separateMajorMinor": false,
"automerge": true,
"platformAutomerge": true
},
{
"matchManagers": ["github-actions"],
"groupName": "GitHub Actions",
"groupSlug": "github-actions",
"separateMajorMinor": false,
"automerge": true,
"platformAutomerge": true
},
{
"matchManagers": ["github-actions"],
"matchDepTypes": ["uses-with"],
"enabled": false
},
{
"matchManagers": ["bundler"],
"groupName": "Ruby dependencies",
"groupSlug": "ruby-deps",
"separateMajorMinor": false,
"automerge": true,
"platformAutomerge": true
},
{
"matchManagers": ["npm"],
"rangeStrategy": "bump"
},
{
"matchManagers": ["npm"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "npm minor and patch dependencies",
"enabled": true,
"automerge": true,
"platformAutomerge": true
},
{
"matchManagers": ["npm"],
"matchUpdateTypes": ["major"],
"enabled": false
}
]
}