Skip to content

Conversation

@gilescope
Copy link

@gilescope gilescope commented Oct 29, 2025

Same renovate config as actions-setup.
Update CI.
Switched to ed25519, from rsa.

@gemini-code-assist
Copy link

Summary of Changes

Hello @gilescope, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request integrates Renovate Bot into the repository by adding its foundational configuration. The main purpose is to automate the process of keeping dependencies up-to-date, thereby improving security, reducing technical debt, and ensuring the project leverages the latest features and fixes. A key aspect of this integration is the custom support for Earthfiles, allowing Renovate to manage versions within these files as well.

Highlights

  • Renovate Bot Integration: A new configuration file for Renovate Bot has been added to the repository, enabling automated dependency updates.
  • Standard Configurations: The Renovate configuration extends best practices, OpenSSF Scorecard security, semantic commit generation, and version pinning to ensure robust and secure dependency management.
  • Custom Earthfile Support: Custom manager rules have been included to allow Renovate to detect and update version arguments and environment variables specifically within Earthfiles.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gilescope gilescope requested a review from janishorsts October 29, 2025 08:40
@gilescope gilescope closed this Oct 29, 2025
@gilescope gilescope reopened this Oct 29, 2025
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a Renovate configuration file. The configuration is a good starting point, extending best practices. However, I've found a few issues in the manager configurations that would prevent Renovate from working correctly on the Earthfile. Specifically, the managerFilePatterns for both the dockerfile and customManagers are incorrect and will not match the Earthfile. Additionally, the regex in the customManagers is brittle and may fail to detect versions if they are at the end of a line. I've provided suggestions to fix these issues.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@gilescope gilescope changed the title add renovate add renovate and fix ci Oct 29, 2025
@gilescope gilescope marked this pull request as draft October 29, 2025 09:07
@gilescope gilescope marked this pull request as ready for review November 3, 2025 08:51
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@gilescope gilescope requested a review from janishorsts November 4, 2025 09:07
PROJECT earthly-technologies/core

all:
BUILD --platform=linux/amd64 --platform=linux/arm64 +test-deep-clone-image \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is a bit different to not test multi-platform clone.

Did that qemu setup action we use widely in the main repo not do the trick?

eval $(ssh-agent)
mkdir -p ~/.ssh
chmod 700 ~/.ssh
printf '%s\n' "${{ secrets.EARTHBUILDCI_GITHUB_USER_SSH_PRIVATE_KEY }}" | tr -d '\r' > ~/.ssh/id_ed25519

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's discuss tomorrow and see if we can move this to the app installation and do away with the service account

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants