commit 90bc9a52d9b0aa7e35c2a7d3a317b9587d81855e parent f0ff514081361bf00930959791490fae73007f0f Author: iostpa <iostpa@iostpa.com> Date: Sat, 28 Mar 2026 21:56:24 +0200 Update .dockerignore and renovate.json Diffstat:
| M | .dockerignore | | | 5 | +++-- |
| M | renovate.json | | | 4 | +--- |
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/.dockerignore b/.dockerignore @@ -7,4 +7,5 @@ README.me LICENSE .env.example .github -CONTRIBUTING.md- \ No newline at end of file +CONTRIBUTING.md +renovate.json+ \ No newline at end of file diff --git a/renovate.json b/renovate.json @@ -1,6 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ] + "extends": ["config:recommended", ":disableDependencyDashboard"] }