-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.json
49 lines (49 loc) · 1.57 KB
/
default.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
43
44
45
46
47
48
49
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":labels(Dependency)",
":rebaseStalePrs",
":disableRateLimiting",
":semanticCommitsDisabled",
":disableDependencyDashboard",
":automergeMinor"
],
"gradle": {
"enabled": true
},
"gradle-wrapper": {
"enabled": true
},
"maven": {
"enabled": true
},
"python": {
"enabled": true
},
"bundler": {
"enabled": true
},
"travis": {
"enabled": false
},
"automerge": true,
"branchPrefix": "deps/bot-",
"allowCustomCrateRegistries": true,
"allowScripts": true,
"exposeAllEnv": true,
"onboardingPrTitle": "Configure automatic dependency management",
"onboarding": false,
"commitMessage": "{{{commitMessagePrefix}}}{{{commitMessageAction}}} {{{commitMessageTopic}}} {{{commitMessageExtra}}}{{{commitMessageSuffix}}}",
"commitMessagePrefix": "Deps: ",
"commitMessageSuffix": ".",
"prConcurrentLimit": 100,
"prBodyTemplate": "{{{table}}}{{{warnings}}}{{{notes}}}{{{controls}}}{{{footer}}}",
"prFooter": "This PR has been generated on behalf of [Nordcom AB](https://nordcom.io/?utm_source=github&utm_medium=pull-request&utm_campaign=renovate) by [Renovate Bot](https://github.com/renovatebot/renovate).",
"gitAuthor": "NordcomBot <[email protected]>",
"gitIgnoredAuthors": [
"github-actions[bot]@users.noreply.github.com",
],
"fetchReleaseNotes": false
}