From 99ed8cce53758ea8ad6d2cc0d826c70d544005dc Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 13 Mar 2025 23:02:05 -0500 Subject: [PATCH] change config --- .github/renovate-update-notification/Dockerfile | 2 -- .github/renovate.json => renovate.json | 0 2 files changed, 2 deletions(-) delete mode 100644 .github/renovate-update-notification/Dockerfile rename .github/renovate.json => renovate.json (100%) diff --git a/.github/renovate-update-notification/Dockerfile b/.github/renovate-update-notification/Dockerfile deleted file mode 100644 index 94bb82a..0000000 --- a/.github/renovate-update-notification/Dockerfile +++ /dev/null @@ -1,2 +0,0 @@ -# This file is processed by Renovate bot so that it creates a PR on new major Renovate versions -FROM renovate/renovate:39 diff --git a/.github/renovate.json b/renovate.json similarity index 100% rename from .github/renovate.json rename to renovate.json