Skip to content

Commit b8371cb

Browse files
alan-agius4devversion
authored andcommitted
ci: configure Renovate disable post-upgrade tasks
This repo is not managed by Bazel and thus the post-update tasks are not needed.
1 parent de47dc9 commit b8371cb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

renovate.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["github>angular/dev-infra//renovate-presets/default.json5"],
44
"baseBranchPatterns": ["main"],
5-
"postUpgradeTasks": {}
5+
"packageRules": [
6+
{
7+
"matchManagers": ["*"],
8+
"postUpgradeTasks": {}
9+
}
10+
]
611
}

0 commit comments

Comments
 (0)