forked from RoboJackets/apiary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrenovate.json
More file actions
41 lines (41 loc) · 1.04 KB
/
renovate.json
File metadata and controls
41 lines (41 loc) · 1.04 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
{
"extends": [
"config:base"
],
"labels": [
"area / devOps",
"priority / low",
"status / code review",
"type / technical debt"
],
"reviewers": [
"JoshOldenburg"
],
"packageRules": [
{
"packageNames": [
"laravel/framework"
],
"allowedVersions": "< 5.9"
}
],
"prConcurrentLimit": 1,
"rebaseStalePrs": true,
"vulnerabilityAlerts": {
"labels": [
"area / devOps",
"priority / high",
"status / code review",
"type / technical debt"
]
},
"hostRules": [
{
"domainName": "nova.laravel.com",
"username": "developers@robojackets.org",
"encrypted": {
"password": "m4fVZTnuxkpRyuA3NoJZg2tXRawuBdt7IW21BXPWWaB7tzPxd2ck8U/9FHr3omnrnRAdCtvUILRxGcHlBN8uhQlxRyhfxchSgtlvDN5bVzBmzWp5VbKjWpuUxq2mU7ZqrYJJBtLP7SlwztOhZbRKjP5IscNgUWnbHGOPdhEsfbnUkfFXKm7eiQlzObnEvG/CN9nGn2auROi7q/xPqJ8aCKL/NeF6ZfLlYbjREjZaC6xwOaZeWIJtD6GQ8VRN9B0qeScsHP8hTzbRZ5Fe5CKL82yY5N998a7O8SXVNYNhIwKzrYHko5Vg/CpbC4ZXvXiRR33pNC36W4jqMA9wXo1rZw=="
}
}
]
}