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
Enable dependencyDashboard
Add label for PRs Add docker-compose manager
1af785a9
.github/renovate.json | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Diff
diff --git a/.github/renovate.json b/.github/renovate.json
index 5fab8128..36b4aec5 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -1,15 +1,19 @@
{
"enabled": true,
"timezone": "Europe/Berlin",
- "dependencyDashboard": false,
+ "dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate Dashboard",
"commitBody": "Signed-off-by: milkmaker <[email protected]>",
"rebaseWhen": "auto",
+ "labels": ["renovate"],
"assignees": [
"@magiccc"
],
"baseBranches": ["staging"],
- "enabledManagers": ["github-actions", "regex"],
+ "enabledManagers": ["github-actions", "regex", "docker-compose"],
+ "ignorePaths": [
+ "data\/web\/inc\/lib\/vendor\/matthiasmullie\/minify\/**"
+ ],
"regexManagers": [
{
"fileMatch": ["^helper-scripts\/nextcloud.sh$"],