Skip to content

Commit

Permalink
renovate: enable automerge for pin/pinDigest and patch for trusted deps
Browse files Browse the repository at this point in the history
Signed-off-by: Mahe Tardy <[email protected]>
  • Loading branch information
mtardy authored and kkourt committed Oct 16, 2023
1 parent 03c1ca9 commit 60c4b41
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,26 @@
// about packageRules: To enable grouping, you configure the groupName field
// to something non-null.
"packageRules": [
{
"matchPackageNames": [
"go", // golang version directive upgrade in go.mod
],
"matchPackagePrefixes": [
"docker.io/library/", // official Docker images
"github.com/golang/", // Golang official org
"golang.org/x/", // Golang official experimental org
"google.golang.org/", // Google official repo for api/genproto/grpc/protobuf
"github.com/google/", // Google official github org
"k8s.io/", // Kubernetes official repo
"sigs.k8s.io/", // Kubernetes official SIG repo
],
"matchUpdateTypes": [
"patch",
"pin",
"pinDigest"
],
"automerge": true
},
{
"groupName": "all github action dependencies",
"groupSlug": "all-github-action",
Expand Down

0 comments on commit 60c4b41

Please sign in to comment.