-
Notifications
You must be signed in to change notification settings - Fork 9
/
.renovaterc.json
40 lines (40 loc) · 1.01 KB
/
.renovaterc.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
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"addLabels": [
"dependencies",
"renovatebot"
],
"assignees": [
"carstencodes"
],
"assigneesFromCodeOwners": true,
"automerge": true,
"automergeStrategy": "rebase",
"automergeType": "branch",
"branchPrefix": "renovate/",
"commitBodyTable": true,
"commitMessagePrefix": "chore(deps): ",
"commitMessageSuffix": "Automatically created by mend renovate bot.",
"draftPR": false,
"enabled": true,
"enabledManagers": [
"pep621",
"pyenv",
"github-actions"
],
"ignoreDeps": [],
"osvVulnerabilityAlerts": true,
"platformAutomerge": true,
"pruneBranchAfterAutomerge": true,
"pruneStaleBranches": true,
"rebaseWhen": "behind-base-branch",
"schedule": [
"at 6pm every weekday"
],
"timezone": "Etc/UTC",
"updateLockFiles": true,
"updateNotScheduled": true
}