Skip to content

Commit d10723a

Browse files
committed
Improve Renovate settings
1 parent 8d380cc commit d10723a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/renovate.json5

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,34 @@
4343
{
4444
matchPackageNames: ["/^org.spockframework:spock-/"],
4545
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+
matchPackageNames: [
57+
"actions/upload-artifact",
58+
"/^actions:upload-artifact(__.*)?$/"
59+
]
60+
},
61+
{
62+
groupName: "codecov-codecov-action",
63+
matchPackageNames: [
64+
"codecov/codecov-action",
65+
"/^codecov:codecov-action(__.*)?$/"
66+
]
67+
},
68+
{
69+
groupName: "github-codeql-action",
70+
matchPackageNames: [
71+
"github/codeql-action",
72+
"/^github:codeql-action(__.*)?$/"
73+
]
4674
}
4775
]
4876
}

0 commit comments

Comments
 (0)