Skip to content

Create dependabot.yml configuration for develop and release/3.2 branches - #173

Open
vsethi09 wants to merge 1 commit into
developfrom
vsethi09-patch-1
Open

Create dependabot.yml configuration for develop and release/3.2 branches#173
vsethi09 wants to merge 1 commit into
developfrom
vsethi09-patch-1

Conversation

@vsethi09

Copy link
Copy Markdown
Contributor

No description provided.

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

Copy link
Copy Markdown

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 Dependabot configuration file (.github/dependabot.yml) to automate Go module updates daily for the develop and release/3.2 branches. The feedback suggests changing the update schedule from daily to weekly to prevent a high volume of pull requests and reduce CI/CD load.

Comment thread .github/dependabot.yml
Comment on lines +10 to +11
schedule:
interval: "daily"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Running Dependabot updates daily for Go modules can create a high volume of pull requests, leading to review fatigue and unnecessary CI/CD load. Changing the interval to weekly is generally recommended for Go projects to keep updates manageable.

    schedule:
      interval: "weekly"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

+1

Comment thread .github/dependabot.yml
Comment on lines +15 to +16
schedule:
interval: "daily"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Running Dependabot updates daily for Go modules can create a high volume of pull requests, leading to review fatigue and unnecessary CI/CD load. Changing the interval to weekly is generally recommended for Go projects to keep updates manageable.

    schedule:
      interval: "weekly"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

+1

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.

2 participants