Skip to content

Commit 9b19762

Browse files
committed
ci: group all scorecard action dependencies
With this change we group all the scorecard action dependencies so that Renovate opens a single PR.
1 parent a4f3404 commit 9b19762

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@
7171
"matchUpdateTypes": ["minor", "patch"],
7272
"groupName": "all non-major dependencies",
7373
"groupSlug": "all-minor-patch"
74+
},
75+
{
76+
"matchPaths": [".github/workflows/scorecard.yml"],
77+
"matchPackagePatterns": ["*"],
78+
"groupName": "scorecard action dependencies",
79+
"groupSlug": "scorecard-action"
7480
}
7581
]
7682
}

0 commit comments

Comments
 (0)