File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 5454 matchPackageNames : [ "/^org.spockframework:spock-/" ] ,
5555 matchCurrentVersion : "/-groovy-5\\.0$/" ,
5656 allowedVersions : "/-groovy-5\\.0$/"
57+ } ,
58+ {
59+ groupName : "actions-checkout" ,
60+ matchPackageNames : [
61+ "actions/checkout" ,
62+ "/^actions:checkout(__.*)?$/"
63+ ]
64+ } ,
65+ {
66+ groupName : "actions-upload-artifact" ,
67+ matchPackageNames : [
68+ "actions/upload-artifact" ,
69+ "/^actions:upload-artifact(__.*)?$/"
70+ ]
71+ } ,
72+ {
73+ groupName : "codecov-codecov-action" ,
74+ matchPackageNames : [
75+ "codecov/codecov-action" ,
76+ "/^codecov:codecov-action(__.*)?$/"
77+ ]
78+ } ,
79+ {
80+ groupName : "github-codeql-action" ,
81+ matchPackageNames : [
82+ "github/codeql-action" ,
83+ "/^github:codeql-action(__.*)?$/"
84+ ]
5785 }
5886 ]
5987}
You can’t perform that action at this time.
0 commit comments