public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
Install renovate
bb7c7bcf
.github/renovate.json | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 .github/renovate.json
Diff
diff --git a/.github/renovate.json b/.github/renovate.json
new file mode 100644
index 00000000..37962b2a
--- /dev/null
+++ b/.github/renovate.json
@@ -0,0 +1,13 @@
+{
+ "enabled": true,
+ "timezone": "Europe/Berlin",
+ "dependencyDashboard": false,
+ "dependencyDashboardTitle": "Renovate Dashboard",
+ "commitBody": "Signed-off-by: milkmaker <[email protected]>",
+ "rebaseWhen": "auto",
+ "assignees": [
+ "@magiccc"
+ ],
+ "baseBranches": ["staging"],
+ "enabledManagers": ["github-actions"]
+}