forked from MaibornWolff/codecharta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
42 lines (42 loc) · 1.2 KB
/
renovate.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
{
"extends": ["config:base", ":preserveSemverRanges"],
"packageRules": [
{
"matchPaths": ["build.gradle"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"excludePackageNames": ["org.sonarsource.java:sonar-java-plugin"],
"groupName": "gradle dependencies not Major update",
"enabled": true
},
{
"matchPaths": ["package.json"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"excludePackageNames": ["three", "@types/three"],
"groupName": "npm dependencies not Major update",
"enabled": true
},
{
"matchPackageNames": [
"JamesIves/github-pages-deploy-action",
"SonarSource/sonarcloud-github-action",
"actions/setup-java",
"alexellis/upload-assets",
"gradle",
"hmarr/auto-approve-action",
"nginx",
"pascalgn/automerge-action",
"ruby"
],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"groupName": "other updates",
"enabled": true
},
{
"matchPackageNames": ["@types/three", "org.sonarsource.java:sonar-java-plugin", "three"],
"groupName": "Almost always breaking changes",
"enabled": false
}
],
"timezone": "Europe/Berlin",
"schedule": ["on the 2nd and 4th day instance on sunday after 9pm"]
}