Skip to content

Commit

Permalink
Update config.js - fix dependency dashboard disable
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot authored Aug 11, 2023
1 parent 2bdff2e commit 2b41d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
platform: 'github',
includeForks: true,
dryRun: null,
"dependencyDashboard": false,
dependencyDashboard: false,
repositories: ['jessebot/matrix-chart'],
extends: ['config:base'],
allowPostUpgradeCommandTemplating: true,
Expand Down

0 comments on commit 2b41d48

Please sign in to comment.