repositories
/
mbt-docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c37d86
)
Add initial renovate configuration
author
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 29 Sep 2022 12:11:26 +0000
(14:11 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 29 Sep 2022 12:11:26 +0000
(14:11 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
renovate.json
[new file with mode: 0644]
patch
|
blob
diff --git a/renovate.json
b/renovate.json
new file mode 100644
(file)
index 0000000..
25d8e3e
--- /dev/null
+++ b/
renovate.json
@@ -0,0
+1,13
@@
+{
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": [
+ "config:base",
+ ":timezone(Europe/Berlin)",
+ ":label(updates)",
+ ":enableVulnerabilityAlerts",
+ ":separateMajorReleases"
+ ],
+ "major": {
+ "dependencyDashboardApproval": true
+ }
+}