mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-24 00:40:11 -05:00
ci: auto-group bazel deps by base name if os and arch differ (#1578)
This commit is contained in:
parent
180ef931fd
commit
93e55d2f78
@ -218,6 +218,30 @@
|
|||||||
"slsa-framework/slsa-github-generator"
|
"slsa-framework/slsa-github-generator"
|
||||||
],
|
],
|
||||||
"pinDigests": false
|
"pinDigests": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchPackagePatterns": [
|
||||||
|
"_darwin_arm64$"
|
||||||
|
],
|
||||||
|
"groupName": "{{{replace '_darwin_arm64' '' packageName}}}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchPackagePatterns": [
|
||||||
|
"_darwin_amd64$"
|
||||||
|
],
|
||||||
|
"groupName": "{{{replace '_darwin_amd64' '' packageName}}}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchPackagePatterns": [
|
||||||
|
"_linux_arm64$"
|
||||||
|
],
|
||||||
|
"groupName": "{{{replace '_linux_arm64' '' packageName}}}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchPackagePatterns": [
|
||||||
|
"_linux_amd64$"
|
||||||
|
],
|
||||||
|
"groupName": "{{{replace '_linux_amd64' '' packageName}}}"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user