Skip to content

Commit 4550b18

Browse files
committed
ci: remove workaround for Renovate's --ignore-pnpmfile flag (#3022)
This removes the `ignoreScripts: false` setting, which was a workaround for the issue described in renovatebot/renovate#30812. The underlying issue was resolved in Renovate version `41.90.1`. PR Close #3022
1 parent 0e978b9 commit 4550b18

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/ng-renovate/runner-config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ module.exports = {
33
gitAuthor: 'Angular Robot <[email protected]>',
44
platform: 'github',
55
branchNameStrict: true,
6-
// Temporary workaround for https://github.com/renovatebot/renovate/discussions/30812
6+
// This is needed as otherwise Renovate will add `--ignore-pnpmfile`.
7+
// See: https://github.com/renovatebot/renovate/blob/93fa41b26fdef8584be4d0c2582fa12397ae4360/lib/modules/manager/npm/post-update/pnpm.ts#L111-L118
78
allowScripts: true,
89
// Renovate fork PRs should never be editable as Renovate would otherwise
910
// not be able to delete the branches and future updates would be missed.

renovate-presets/default.json5

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
rangeStrategy: 'replace',
66
automerge: false,
77

8-
// Temporary workaround for https://github.com/renovatebot/renovate/discussions/30812
9-
ignoreScripts: false,
10-
118
// Schedule Renovate to run during off-peak hours
129
schedule: ['after 10:00pm every weekday', 'before 5:00am every weekday', 'every weekend'],
1310
prConcurrentLimit: 8,

0 commit comments

Comments
 (0)