-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.json
More file actions
39 lines (39 loc) · 1.01 KB
/
default.json
File metadata and controls
39 lines (39 loc) · 1.01 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
{
"enabled": true,
"extends": [
"config:best-practices",
":pinAllExceptPeerDependencies",
"github>leanix/.github//renovate-presets/security.json5"
],
"rebaseWhen": "conflicted",
"internalChecksFilter": "strict",
"minimumReleaseAge": "5 days",
"minimumReleaseAgeBehaviour": "timestamp-optional",
"reviewersFromCodeOwners": true,
"packageRules": [
{
"matchPackageNames": ["io.kubernetes:client-java"],
"allowedVersions": "!/.*-legacy$/"
},
{
"matchPackageNames": ["org.liquibase:*", "liquibase*"],
"matchDatasources": ["maven", "docker"],
"allowedVersions": "<5.0"
},
{
"matchDatasources": ["npm"],
"matchPackageNames": ["@leanix/*"],
"minimumReleaseAge": null
},
{
"matchManagers": ["github-actions"],
"matchPackageNames": ["gradle/*"],
"allowedVersions": "<6"
},
{
"matchManagers": ["npm"],
"matchPackageNames": ["axios"],
"allowedVersions": "!/(1\\.14\\.1)|(0\\.30\\.4)/"
}
]
}