Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

renovate: enable automerge for pin/pinDigest and patch #1587

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

mtardy
Copy link
Member

@mtardy mtardy commented Oct 12, 2023

Let's agree on what it's reasonable to enable auto-merge! I propose:

   {
      "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
    },

@mtardy mtardy added area/ci Related to CI release-note/ci This PR makes changes to the CI. labels Oct 12, 2023
Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
@mtardy mtardy force-pushed the pr/mtardy/renovate-automerge branch from f99d0bb to 23ec36d Compare October 16, 2023 11:17
@netlify
Copy link

netlify bot commented Oct 16, 2023

Deploy Preview for tetragon ready!

Name Link
🔨 Latest commit 23ec36d
🔍 Latest deploy log https://app.netlify.com/sites/tetragon/deploys/652d1bad0504630008395fe1
😎 Deploy Preview https://deploy-preview-1587--tetragon.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mtardy mtardy marked this pull request as ready for review October 16, 2023 11:20
@mtardy mtardy requested a review from a team as a code owner October 16, 2023 11:20
@mtardy mtardy requested a review from tixxdz October 16, 2023 11:20
@kkourt kkourt merged commit 60c4b41 into main Oct 16, 2023
@kkourt kkourt deleted the pr/mtardy/renovate-automerge branch October 16, 2023 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci Related to CI release-note/ci This PR makes changes to the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants