We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bbcb44 commit 1a5da0dCopy full SHA for 1a5da0d
renovate.json
@@ -14,9 +14,7 @@
14
"semanticCommitScope": "",
15
"semanticCommitType": "build",
16
"separateMajorMinor": false,
17
- "ignorePaths": [
18
- "integration/**"
19
- ],
+ "ignorePaths": ["integration/**"],
20
"packageRules": [
21
{
22
"matchPackagePatterns": ["*"],
@@ -26,6 +24,12 @@
26
24
"matchPackageNames": ["@angular/dev-infra-private", "angular/dev-infra"],
27
25
"groupName": "angular shared dev-infra code",
28
"enabled": true
+ },
+ {
29
+ "matchPaths": [".github/workflows/scorecard.yml"],
30
+ "matchPackagePatterns": ["*"],
31
+ "groupName": "scorecard action dependencies",
32
+ "groupSlug": "scorecard-action"
33
}
34
]
35
0 commit comments