Skip to content

Commit

Permalink
ci: group all scorecard action dependencies (#24372)
Browse files Browse the repository at this point in the history
With this change we group all the scorecard action dependencies so that Renovate opens a single PR.

(cherry picked from commit 5560881)
  • Loading branch information
alan-agius4 authored and zarend committed Feb 7, 2022
1 parent 3bbcb44 commit 1a5da0d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"semanticCommitScope": "",
"semanticCommitType": "build",
"separateMajorMinor": false,
"ignorePaths": [
"integration/**"
],
"ignorePaths": ["integration/**"],
"packageRules": [
{
"matchPackagePatterns": ["*"],
Expand All @@ -26,6 +24,12 @@
"matchPackageNames": ["@angular/dev-infra-private", "angular/dev-infra"],
"groupName": "angular shared dev-infra code",
"enabled": true
},
{
"matchPaths": [".github/workflows/scorecard.yml"],
"matchPackagePatterns": ["*"],
"groupName": "scorecard action dependencies",
"groupSlug": "scorecard-action"
}
]
}

0 comments on commit 1a5da0d

Please sign in to comment.