3
0
mirror of https://github.com/mastodon/chart synced 2025-05-18 13:03:21 +00:00

Update config.js - change dryrun to null

This commit is contained in:
JesseBot 2023-08-09 09:15:01 +02:00 committed by GitHub
parent 6b454163a5
commit 1759fe7fbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.github/config.js vendored
View File

@ -4,7 +4,7 @@ module.exports = {
gitAuthor: 'Renovate Bot <bot@renovateapp.com>', gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
platform: 'github', platform: 'github',
includeForks: true, includeForks: true,
dryRun: 'full', dryRun: 'null',
repositories: ['jessebot/mastodon-helm-chart'], repositories: ['jessebot/mastodon-helm-chart'],
extends: ['config:base'], extends: ['config:base'],
allowPostUpgradeCommandTemplating: true, allowPostUpgradeCommandTemplating: true,