Skip to content

Commit

Permalink
Update renovate action version
Browse files Browse the repository at this point in the history
  • Loading branch information
l50 committed Jul 14, 2024
1 parent a34d41b commit 468c413
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 102 deletions.
30 changes: 19 additions & 11 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,44 @@
":enablePreCommit",
":automergeDigest",
":automergeBranch",
"helpers:pinGitHubActionDigests"
"github>l50/goutils//.github/renovate/autoMerge.json5",
"helpers:pinGitHubActionDigests",
],
dependencyDashboardTitle: "Renovate Dashboard 🤖",
suppressNotifications: ["prIgnoreNotification"],
rebaseWhen: "conflicted",
commitBodyTable: true,
"pre-commit": {
enabled: true
enabled: true,
},
packageRules: [
{
matchManagers: ["gomod"],
matchPackagePatterns: ["*"],
enabled: true
enabled: true,
},
{
description: "Auto merge GitHub Actions",
matchManagers: ["github-actions"],
description: "Auto merge all updates if tests pass",
matchPackagePatterns: ["*"],
matchManagers: ["github-actions", "gomod"],
automerge: true,
automergeType: "pr"
}
automergeStrategy: "squash",
requiredStatusChecks: ["tests", "pre-commit"],
},
],
lockFileMaintenance: {
enabled: true,
automerge: true,
},
customManagers: [
{
customType: "regex",
fileMatch: [".sh$"],
matchStrings: [
"go install (?<depName>[^@]+?)@(?<currentValue>[0-9.-a-zA-Z]+)"
"go install (?<depName>[^@]+?)@(?<currentValue>[0-9.-a-zA-Z]+)",
],
datasourceTemplate: "go"
}
]
datasourceTemplate: "go",
},
],
platformAutomerge: true,
}
4 changes: 0 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ require (
require (
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
github.com/MakeNowJust/heredoc v1.0.0 // indirect
github.com/MakeNowJust/heredoc/v2 v2.0.1 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
Expand Down Expand Up @@ -78,7 +77,6 @@ require (
github.com/xlab/treeprint v1.2.0 // indirect
go.starlark.net v0.0.0-20240411212711-9b43f0afd521 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
gopkg.in/evanphx/json-patch.v5 v5.9.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gotest.tools/v3 v3.5.1 // indirect
Expand All @@ -87,7 +85,6 @@ require (
k8s.io/cli-runtime v0.30.2 // indirect
k8s.io/component-base v0.30.2 // indirect
oras.land/oras-go v1.2.5 // indirect
oras.land/oras-go/v2 v2.5.0 // indirect
sigs.k8s.io/kustomize/api v0.17.2 // indirect
sigs.k8s.io/kustomize/kyaml v0.17.1 // indirect
)
Expand Down Expand Up @@ -175,7 +172,6 @@ require (
go.opentelemetry.io/otel/metric v1.28.0 // indirect
go.opentelemetry.io/otel/trace v1.28.0 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/oauth2 v0.21.0 // indirect
golang.org/x/sync v0.7.0 // indirect
Expand Down
Loading

0 comments on commit 468c413

Please sign in to comment.