From 6b1661560a454056f6e13b20712cd9a53a90dfc5 Mon Sep 17 00:00:00 2001 From: Brad Jorsch Date: Tue, 3 Dec 2024 10:05:24 -0500 Subject: [PATCH] Apparently this isn't allowed? --- .github/renovate-config.js | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .github/renovate-config.js diff --git a/.github/renovate-config.js b/.github/renovate-config.js deleted file mode 100644 index 76cde39..0000000 --- a/.github/renovate-config.js +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = { - branchPrefix: 'renovate-sh/', - gitAuthor: 'Renovate Bot (self-hosted) ', - platform: 'github', - repositories: [ 'anomiex/renovate-test' ], -};