mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Renovate: group action upgrades
This commit is contained in:
parent
19b67dc622
commit
ca1b14cf98
@ -6,19 +6,35 @@
|
|||||||
"helpers:pinGitHubActionDigests",
|
"helpers:pinGitHubActionDigests",
|
||||||
":separateMajorReleases"
|
":separateMajorReleases"
|
||||||
],
|
],
|
||||||
"addLabels": ["dependencies"],
|
"addLabels": [
|
||||||
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
|
"dependencies"
|
||||||
|
],
|
||||||
|
"postUpdateOptions": [
|
||||||
|
"gomodTidy",
|
||||||
|
"gomodUpdateImportPaths"
|
||||||
|
],
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
"cli/internal/helm/charts/cilium/**"
|
"cli/internal/helm/charts/cilium/**"
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": ["^k8s.io", "^sigs.k8s.io"],
|
"matchPackagePatterns": [
|
||||||
|
"^k8s.io",
|
||||||
|
"^sigs.k8s.io"
|
||||||
|
],
|
||||||
"groupName": "k8s dependencies"
|
"groupName": "k8s dependencies"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": ["golang-version"],
|
"matchDatasources": [
|
||||||
|
"golang-version"
|
||||||
|
],
|
||||||
"allowedVersions": "1.18"
|
"allowedVersions": "1.18"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchManagers": [
|
||||||
|
"github-actions"
|
||||||
|
],
|
||||||
|
"groupName": "github actions dependencies"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user