mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-24 14:39:22 -04:00
ci: auto-group bazel deps by base name if os and arch differ (#1578)
This commit is contained in:
parent
180ef931fd
commit
93e55d2f78
1 changed files with 24 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue