Skip to content

Commit

Permalink
build: migrate renovate config (#29967)
Browse files Browse the repository at this point in the history
(cherry picked from commit d6197cc)
  • Loading branch information
angular-robot authored and crisbeto committed Nov 5, 2024
1 parent 3fc968a commit 2e6c7d6
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,28 @@
"ignorePaths": ["integration/**"],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"enabled": false
"enabled": false,
"matchPackageNames": ["*"]
},
{
"matchPackageNames": ["@angular/ng-dev", "@angular/build-tooling", "angular/dev-infra"],
"matchPackageNames": [
"@angular/ng-dev",
"@angular/build-tooling",
"angular/dev-infra"
],
"groupName": "angular shared dev-infra code",
"enabled": true
},
{
"matchPackagePatterns": ["^@bazel/.*", "^build_bazel.*"],
"groupName": "bazel setup",
"enabled": true
"enabled": true,
"matchPackageNames": ["/^@bazel/.*/", "/^build_bazel.*/"]
},
{
"matchPaths": [".github/workflows/scorecard.yml"],
"matchPackagePatterns": ["*"],
"matchFileNames": [".github/workflows/scorecard.yml"],
"groupName": "scorecard action dependencies",
"groupSlug": "scorecard-action"
"groupSlug": "scorecard-action",
"matchPackageNames": ["*"]
}
]
}

0 comments on commit 2e6c7d6

Please sign in to comment.