Skip to content

Commit

Permalink
Update config.js - try moving dependencydashboard = false under repos
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot authored Aug 11, 2023
1 parent 2b41d48 commit 04a500d
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,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: ['^.*'],
Expand Down

0 comments on commit 04a500d

Please sign in to comment.