diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-21 17:47:53 +0200 |
|---|---|---|
| committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-21 17:47:57 +0200 |
| commit | 23a890c5f3054c2e05b3e2af035047ecf4466310 (patch) | |
| tree | dccdfa19a4044ec3319657ff1cd45a3b3bef8156 | |
| parent | 1a45a6b21d696769e45e2c5496dbd695969c753f (diff) | |
| download | Meta-Launcher-23a890c5f3054c2e05b3e2af035047ecf4466310.tar.gz Meta-Launcher-23a890c5f3054c2e05b3e2af035047ecf4466310.zip | |
fix: adjust config for meta
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
| -rw-r--r-- | .github/renovate.json (renamed from renovate.json) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/renovate.json b/.github/renovate.json index 39a2b6e9a..b90cbab83 100644 --- a/renovate.json +++ b/.github/renovate.json @@ -2,5 +2,8 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" - ] + ], + "npm": { + "enabled": false + } } |
