-
Notifications
You must be signed in to change notification settings - Fork 1
/
renovate.yaml
62 lines (44 loc) · 1.28 KB
/
renovate.yaml
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
50
51
52
53
54
55
56
57
58
59
60
61
62
%YAML 1.2
# yaml-language-server: $schema=https://docs.renovatebot.com/renovate-schema.json
---
autodiscover: true
binarySource: install
branchPrefix: renovate/chore/
endpoint: https://gitlab.com/api/v4/
globalExtends:
- workarounds:all
- npm:unpublishSafe
- default:ignoreUnstable
- default:enablePreCommit
gitAuthor: RenovateBot <[email protected]
logFile: renovate-log.json
logFileLevel: debug
onboarding: false
osvVulnerabilityAlerts: true
pinDigests: true
platform: gitlab
prCreation: immediate
pre-commit:
commitMessageTopic: pre-commit hook {{depName}}
fileMatch:
- "(^|/)\\.pre-commit-config\\.yaml$"
groupName: pre-commit
pinDigests: false
prBodyNotes:
- "Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit`
maintainers or community. Please do not report any problems there, instead [create
a Discussion in the Renovate repository](https://github.com/renovatebot/renovate/discussions/new)
if you have any questions."
rangeStrategy: pin
rebaseWhen: behind-base-branch
requireConfig: optional
semanticCommits: enabled
semanticCommitType: chore
semanticCommitScope: ""
timezone: Europe/London
vulnerabilityAlerts:
addLabels:
- Vulnerability
commitMessageSuffix: ""
enabled: true
recreateClosed: true