Skip to content

chore: Disable Dependabot#946

Merged
yxtay merged 1 commit intomainfrom
chore/dependabot-disable
Mar 16, 2026
Merged

chore: Disable Dependabot#946
yxtay merged 1 commit intomainfrom
chore/dependabot-disable

Conversation

@yxtay
Copy link
Owner

@yxtay yxtay commented Mar 16, 2026

Add open-pull-requests-limit: 0 to the Docker, GitHub Actions, and UV update blocks in .github/dependabot.yml. This sets the concurrent open PR limit to zero for those ecosystems, preventing Dependabot from creating pull requests and reducing update noise so updates can be handled manually.

Add open-pull-requests-limit: 0 to the Docker, GitHub Actions, and UV update blocks in .github/dependabot.yml. This sets the concurrent open PR limit to zero for those ecosystems, preventing Dependabot from creating pull requests and reducing update noise so updates can be handled manually.
@yxtay yxtay merged commit bba79e8 into main Mar 16, 2026
25 of 31 checks passed
@gemini-code-assist
Copy link

Summary of Changes

Hello, 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 streamlines the update process by disabling Dependabot's automatic pull request creation for Docker, GitHub Actions, and UV dependencies. This change aims to reduce repository noise and allow for a more controlled, manual approach to managing these specific updates.

Highlights

  • Docker Dependabot Updates: The open-pull-requests-limit for Docker updates has been set to 0, effectively disabling automated pull request creation for this ecosystem.
  • GitHub Actions Dependabot Updates: The open-pull-requests-limit for GitHub Actions updates has been set to 0, preventing Dependabot from creating pull requests for these updates.
  • UV Dependabot Updates: The open-pull-requests-limit for UV updates has been set to 0, stopping automated pull request generation for the UV ecosystem.
Changelog
  • .github/dependabot.yml
    • Added open-pull-requests-limit: 0 to the docker update configuration block.
    • Added open-pull-requests-limit: 0 to the github-actions update configuration block.
    • Added open-pull-requests-limit: 0 to the uv update configuration block.
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.

@yxtay yxtay deleted the chore/dependabot-disable branch March 16, 2026 07:51
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 disables Dependabot for Docker, GitHub Actions, and UV dependencies by setting open-pull-requests-limit to 0. While this achieves the goal of reducing pull request noise, it introduces the risk of dependencies becoming outdated if manual updates are not performed regularly. I've added a comment suggesting an alternative approach that balances noise reduction with the benefits of automated security and dependency updates.

interval: daily
commit-message:
prefix: build(docker)
open-pull-requests-limit: 0

Choose a reason for hiding this comment

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

medium

While setting open-pull-requests-limit: 0 achieves the goal of reducing PR noise, it completely disables automated dependency updates. This introduces a risk of using outdated dependencies with potential security vulnerabilities, as manual updates can be easily forgotten.

A safer alternative would be to reduce the update frequency. Consider changing interval: daily (on line 7) to weekly or monthly. This would significantly cut down on the number of PRs while still keeping your dependencies automatically updated.

@github-actions
Copy link
Contributor

kics-logo

KICS version: v2.1.20

Category Results
CRITICAL CRITICAL 0
HIGH HIGH 0
MEDIUM MEDIUM 4
LOW LOW 0
INFO INFO 0
TRACE TRACE 0
TOTAL TOTAL 4
Metric Values
Files scanned placeholder 7
Files parsed placeholder 7
Files failed to scan placeholder 0
Total executed queries placeholder 73
Queries failed to execute placeholder 0
Execution time placeholder 1

Queries Results

Query Name Query Id Severity Platform Cwe Risk Score Category Experimental Description File Name Line Issue Type Search Key Expected Value Actual Value
Apt Get Install Pin Version Not Defined 965a08d7-ef86-4f14-8792-4a3b2098937e MEDIUM Dockerfile 1357 5.7 Supply-Chain false When installing a package, its pin version should be defined Dockerfile 94 MissingAttribute FROM={{dev AS compile}}.RUN={{apt-get update && apt-get install --yes --no-install-recommends binutils patchelf && rm -rf /var/lib/apt/lists/*}} Package 'patchelf' has version defined Package 'patchelf' does not have version defined
Apt Get Install Pin Version Not Defined 965a08d7-ef86-4f14-8792-4a3b2098937e MEDIUM Dockerfile 1357 5.7 Supply-Chain false When installing a package, its pin version should be defined Dockerfile 94 MissingAttribute FROM={{dev AS compile}}.RUN={{apt-get update && apt-get install --yes --no-install-recommends binutils patchelf && rm -rf /var/lib/apt/lists/*}} Package 'binutils' has version defined Package 'binutils' does not have version defined
Apt Get Install Pin Version Not Defined 965a08d7-ef86-4f14-8792-4a3b2098937e MEDIUM Dockerfile 1357 5.7 Supply-Chain false When installing a package, its pin version should be defined Dockerfile 46 MissingAttribute FROM={{base AS dev}}.RUN={{apt-get update && apt-get install --yes --no-install-recommends build-essential && rm -rf /var/lib/apt/lists/*}} Package 'build-essential' has version defined Package 'build-essential' does not have version defined
Apt Get Install Pin Version Not Defined 965a08d7-ef86-4f14-8792-4a3b2098937e MEDIUM Dockerfile 1357 5.7 Supply-Chain false When installing a package, its pin version should be defined Dockerfile 36 MissingAttribute FROM={{debian:stable-slim@sha256:85dfcffff3c1e193877f143d05eaba8ae7f3f95cb0a32e0bc04a448077e1ac69 AS base}}.RUN={{apt-get update && apt-get upgrade --yes && apt-get install --yes --no-install-recommends curl && rm -rf /var/lib/apt/lists/*}} Package 'curl' has version defined Package 'curl' does not have version defined

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant