Skip to content
Closed
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

This file was deleted.

1 change: 0 additions & 1 deletion .github/ng-renovate/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.yarn/
node_modules/
1 change: 0 additions & 1 deletion .github/ng-renovate/.yarnrc.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/ng-renovate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "ng-renovate",
"packageManager": "[email protected]",
"type": "commonjs",
"dependencies": {
"renovate": "41.58.1"
Expand Down
2 changes: 1 addition & 1 deletion .github/ng-renovate/runner-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
forkModeDisallowMaintainerEdits: true,
onboarding: false,
persistRepoData: true,
allowedPostUpgradeCommands: ['.', '^yarn install$', '^yarn update-generated-files$'],
allowedPostUpgradeCommands: ['.', '^pnpm install$', '^pnpm update-generated-files$'],
hostRules: [
{
matchHost: 'api.github.com',
Expand Down
Loading
Loading