diff options
author | HiDeoo | 2025-03-20 15:53:59 +0100 |
---|---|---|
committer | GitHub | 2025-03-20 15:53:59 +0100 |
commit | 1cea467cd28535cec638fb41a5d472adf36384fd (patch) | |
tree | 0eead373e995a342cafc5dcfe415c11ce294e966 | |
parent | b8a480054aba2b39414ef7942db1a6110b800540 (diff) | |
download | IT.starlight-1cea467cd28535cec638fb41a5d472adf36384fd.tar.gz IT.starlight-1cea467cd28535cec638fb41a5d472adf36384fd.tar.bz2 IT.starlight-1cea467cd28535cec638fb41a5d472adf36384fd.zip |
chore: disable renovate dashboard (#2995)
Co-authored-by: delucis <357379+delucis@users.noreply.github.com>
-rw-r--r-- | .github/renovate.json5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 7b6b09f3..541a880b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,7 +1,7 @@ { $schema: 'https://docs.renovatebot.com/renovate-schema.json', extends: [ - ':dependencyDashboard', + ':disableDependencyDashboard', ':semanticPrefixFixDepsChoreOthers', ':ignoreModulesAndTests', 'workarounds:all', |