Skip to content

Commit 1a5da0d

Browse files
alan-agius4zarend
authored andcommitted
ci: group all scorecard action dependencies (#24372)
With this change we group all the scorecard action dependencies so that Renovate opens a single PR. (cherry picked from commit 5560881)
1 parent 3bbcb44 commit 1a5da0d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

renovate.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
"semanticCommitScope": "",
1515
"semanticCommitType": "build",
1616
"separateMajorMinor": false,
17-
"ignorePaths": [
18-
"integration/**"
19-
],
17+
"ignorePaths": ["integration/**"],
2018
"packageRules": [
2119
{
2220
"matchPackagePatterns": ["*"],
@@ -26,6 +24,12 @@
2624
"matchPackageNames": ["@angular/dev-infra-private", "angular/dev-infra"],
2725
"groupName": "angular shared dev-infra code",
2826
"enabled": true
27+
},
28+
{
29+
"matchPaths": [".github/workflows/scorecard.yml"],
30+
"matchPackagePatterns": ["*"],
31+
"groupName": "scorecard action dependencies",
32+
"groupSlug": "scorecard-action"
2933
}
3034
]
3135
}

0 commit comments

Comments
 (0)