diff --git a/.github/ng-renovate/runner-config.js b/.github/ng-renovate/runner-config.js index 7f56b90ab..176496b6c 100644 --- a/.github/ng-renovate/runner-config.js +++ b/.github/ng-renovate/runner-config.js @@ -3,6 +3,8 @@ module.exports = { gitAuthor: 'Angular Robot ', platform: 'github', branchNameStrict: true, + // Temporary workaround for https://github.com/renovatebot/renovate/discussions/30812 + allowScripts: true, // Renovate fork PRs should never be editable as Renovate would otherwise // not be able to delete the branches and future updates would be missed. forkModeDisallowMaintainerEdits: true, diff --git a/renovate-presets/default.json5 b/renovate-presets/default.json5 index aeed01ea4..4a1a092bc 100644 --- a/renovate-presets/default.json5 +++ b/renovate-presets/default.json5 @@ -5,6 +5,9 @@ rangeStrategy: 'replace', automerge: false, + // Temporary workaround for https://github.com/renovatebot/renovate/discussions/30812 + ignoreScripts: false, + // Schedule Renovate to run during off-peak hours schedule: ['after 10:00pm every weekday', 'before 5:00am every weekday', 'every weekend'], prConcurrentLimit: 8,