mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
a7ef79949d
This reverts commit a0bdf0c889
.
47 lines
879 B
JSON
47 lines
879 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
":preserveSemverRanges",
|
|
"helpers:pinGitHubActionDigests",
|
|
":separateMajorReleases"
|
|
],
|
|
"addLabels": [
|
|
"dependencies"
|
|
],
|
|
"postUpdateOptions": [
|
|
"gomodTidy",
|
|
"gomodUpdateImportPaths"
|
|
],
|
|
"ignorePaths": [
|
|
"cli/internal/helm/charts/cilium/**"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": [
|
|
"^k8s.io",
|
|
"^sigs.k8s.io"
|
|
],
|
|
"groupName": "k8s dependencies"
|
|
},
|
|
{
|
|
"matchPackagePatterns": [
|
|
"^go.etcd.io/etcd"
|
|
],
|
|
"groupName": "etcd"
|
|
},
|
|
{
|
|
"matchDatasources": [
|
|
"golang-version"
|
|
],
|
|
"allowedVersions": "1.18"
|
|
},
|
|
{
|
|
"matchManagers": [
|
|
"github-actions"
|
|
],
|
|
"groupName": "github actions dependencies"
|
|
}
|
|
]
|
|
}
|