Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/ng-renovate/runner-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ module.exports = {
gitAuthor: 'Angular Robot <[email protected]>',
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,
Expand Down
3 changes: 3 additions & 0 deletions renovate-presets/default.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down