From 9178b2e053906447d5765933ba9a28e31ecf6545 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 6 Dec 2024 05:30:37 +0200 Subject: [PATCH] Add ghcr.io/matrixgpt/matrix-chatgpt-bot to Renovate's `ignoreDeps` list Related to: - https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3196 - ce893c1b221dfea2c1421a5f54dd8159f6fff601 - https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3200#issuecomment-2491780481 - https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3856 --- .github/renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index f14fed020..e9c3ceb67 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -20,5 +20,8 @@ ], "ignoreUnstable": false } + ], + "ignoreDeps": [ + "ghcr.io/matrixgpt/matrix-chatgpt-bot" ] }