Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 042ada9

Browse files
ci: enable Renovate on non-base branches
This change allows Renovate to run on all branches, not just the base branch. Note that it will only update cross-repo, Bazel, and GitHub Actions dependencies on these branches. The `postUpgradeTasks` has also been removed as it has been moved into the preset.
1 parent aae5374 commit 042ada9

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

‎renovate.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"baseBranchPatterns": ["main", "20.2.x"],
34
"extends": ["github>angular/dev-infra//renovate-presets/default.json5"],
45
"ignorePaths": ["tests/legacy-cli/e2e/assets/**", "tests/schematics/update/packages/**"],
5-
"ignoreDeps": ["io_bazel_rules_webtesting"],
6-
"postUpgradeTasks": {
7-
"commands": [
8-
"git restore .npmrc",
9-
"pnpm install --frozen-lockfile",
10-
"pnpm bazel mod deps --lockfile_mode=update"
11-
],
12-
"fileFilters": ["MODULE.bazel.lock"],
13-
"executionMode": "branch"
14-
},
156
"packageRules": [
7+
{
8+
"enabled": false,
9+
"matchFileNames": ["tests/legacy-cli/e2e/ng-snapshot/package.json"],
10+
"matchBaseBranches": ["!main"]
11+
},
1612
{
1713
"matchFileNames": [
1814
"packages/angular_devkit/schematics_cli/blank/project-files/package.json",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /