We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6342c commit 85e7070Copy full SHA for 85e7070
1 file changed
.github/renovate.json5
@@ -54,6 +54,34 @@
54
matchPackageNames: ["/^org.spockframework:spock-/"],
55
matchCurrentVersion: "/-groovy-5\\.0$/",
56
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
68
+ "actions/upload-artifact",
69
+ "/^actions:upload-artifact(__.*)?$/"
70
71
72
73
+ groupName: "codecov-codecov-action",
74
75
+ "codecov/codecov-action",
76
+ "/^codecov:codecov-action(__.*)?$/"
77
78
79
80
+ groupName: "github-codeql-action",
81
82
+ "github/codeql-action",
83
+ "/^github:codeql-action(__.*)?$/"
84
85
}
86
]
87
0 commit comments