We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d380cc commit d10723aCopy full SHA for d10723a
1 file changed
.github/renovate.json5
@@ -43,6 +43,34 @@
43
{
44
matchPackageNames: ["/^org.spockframework:spock-/"],
45
versionCompatibility: "^(?<version>.*)-(?<compatibility>groovy-.*)$"
46
+ },
47
+ {
48
+ groupName: "actions-checkout",
49
+ matchPackageNames: [
50
+ "actions/checkout",
51
+ "/^actions:checkout(__.*)?$/"
52
+ ]
53
54
55
+ groupName: "actions-upload-artifact",
56
57
+ "actions/upload-artifact",
58
+ "/^actions:upload-artifact(__.*)?$/"
59
60
61
62
+ groupName: "codecov-codecov-action",
63
64
+ "codecov/codecov-action",
65
+ "/^codecov:codecov-action(__.*)?$/"
66
67
68
69
+ groupName: "github-codeql-action",
70
71
+ "github/codeql-action",
72
+ "/^github:codeql-action(__.*)?$/"
73
74
}
75
]
76
0 commit comments