这是indexloc提供的服务,不要输入任何密码
Skip to content

feat: add Dependabot configuration for GitHub Actions and Go modules #307

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mikebz
Copy link
Collaborator

@mikebz mikebz commented Jun 3, 2025

This pull request introduces a new .github/dependabot.yaml configuration file to automate dependency updates for the project. It includes configurations for GitHub Actions and Go modules, specifying update intervals and types.

Dependabot Configuration:

  • Added a dependabot.yml file to enable automated dependency updates. The configuration includes:
    • Weekly updates for GitHub Actions dependencies (package-ecosystem: "github-actions") with updates applied to the root directory.
    • Weekly updates for Go modules (package-ecosystem: "gomod") with minor and patch updates only, avoiding major updates to prevent breaking changes.

@droot
Copy link
Member

droot commented Jun 9, 2025

@mikebz for near term, we will bump the dependencies on the need basis. In the previous projects, dependabot created more review work for maintainers to review PRs etc, so we will hold for now.

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