Skip to content

Commit

Permalink
Update config.js - fix dryrun to be null and not 'null'
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot authored Aug 9, 2023
1 parent 46ebf32 commit 6ebfb5b
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 @@ -4,7 +4,7 @@ module.exports = {
gitAuthor: 'Renovate Bot <[email protected]>',
platform: 'github',
includeForks: true,
dryRun: 'null',
dryRun: null,
repositories: ['jessebot/matrix-chart'],
extends: ['config:base'],
allowPostUpgradeCommandTemplating: true,
Expand Down

0 comments on commit 6ebfb5b

Please sign in to comment.