From 04a500d7e4f870ccc0a7185b37f35e3c11b65fdd Mon Sep 17 00:00:00 2001 From: JesseBot Date: Fri, 11 Aug 2023 13:26:28 +0200 Subject: [PATCH] Update config.js - try moving dependencydashboard = false under repos --- .github/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/config.js b/.github/config.js index 983a6c00..9b3c4b90 100644 --- a/.github/config.js +++ b/.github/config.js @@ -5,8 +5,8 @@ module.exports = { platform: 'github', includeForks: true, dryRun: null, - dependencyDashboard: false, repositories: ['jessebot/matrix-chart'], + dependencyDashboard: false, extends: ['config:base'], allowPostUpgradeCommandTemplating: true, allowedPostUpgradeCommands: ['^.*'],