Skip to content

Commit

Permalink
chore(config): migrate renovate config (#193)
Browse files Browse the repository at this point in the history
* chore(config): migrate config .github/renovate.json5

* update

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: mozillazg <mozillazg101@gmail.com>
  • Loading branch information
renovate[bot] and mozillazg authored Nov 29, 2024
1 parent 2700cfa commit 4e94b85
Showing 1 changed file with 15 additions and 29 deletions.
44 changes: 15 additions & 29 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,50 +1,35 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
":gitSignOff",
"helpers:pinGitHubActionDigests"
],
// This ensures that the gitAuthor and gitSignOff fields match
"gitAuthor": "renovate[bot] <bot@renovateapp.com>",
"includePaths": [
".github/workflows/**",
".github/**",
".github/build.Dockerfile",
"go.mod",
"go.sum",
"Dockerfile",
],
postUpdateOptions: [
"postUpdateOptions": [
"gomodTidy"
],
"pinDigests": true,
"ignorePresets": [":prHourlyLimit2"],
"ignorePresets": [
":prHourlyLimit2",
],
"ignoreDeps": [
"github.com/mozillazg/gopacket",
"github.com/mozillazg/pktdump",
"github.com/Microsoft/hcsshim",
"github.com/Microsoft/hcsshim/test",
"github.com/containerd/containerd",
"github.com/docker/docker",
"go.opencensus.io",
"go.opentelemetry.io/contrib",
"go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc",
"go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
"go.opentelemetry.io/otel",
"go.opentelemetry.io/otel/exporters/otlp",
"go.opentelemetry.io/otel/metric",
"go.opentelemetry.io/otel/oteltest",
"go.opentelemetry.io/otel/sdk",
"go.opentelemetry.io/otel/sdk/export/metric",
"go.opentelemetry.io/otel/sdk/metric",
"go.opentelemetry.io/otel/trace",
"go.opentelemetry.io/proto/otlp",
"k8s.io/api",
"k8s.io/apimachinery",
"k8s.io/apiserver",
"k8s.io/client-go",
"k8s.io/component-base",
"github.com/cilium/ebpf",
"k8s.io/cri-api",
"k8s.io/kubernetes"
"k8s.io/cri-client",
"github.com/containerd/errdefs",
"github.com/mandiant/GoReSym",
],
"separateMajorMinor": true,
"separateMultipleMajor": true,
Expand Down Expand Up @@ -108,7 +93,7 @@
"pin",
"pinDigest"
],
matchBaseBranches: [
"matchBaseBranches": [
"master"
],
},
Expand All @@ -135,7 +120,7 @@
"matchUpdateTypes": [
"patch"
],
matchBaseBranches: [
"matchBaseBranches": [
"master"
]
},
Expand All @@ -159,8 +144,9 @@
],
},
],
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^\\.github/workflows/[^/]+\\.ya?ml$",
],
Expand Down

0 comments on commit 4e94b85

Please sign in to comment.