Skip to content

add dependabot.yml #218

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

Merged
merged 1 commit into from
Apr 19, 2025
Merged

add dependabot.yml #218

merged 1 commit into from
Apr 19, 2025

Conversation

bsadashi
Copy link
Contributor

This PR adds a dependabot.yml configuration file to enable and optimize automated dependency updates for GitHub Actions workflows in this repository.


Key Features of the Configuration:

  • Ecosystem: Enables Dependabot for github-actions, ensuring workflow dependencies are kept up to date.
  • Directory: Applies to the repository root (/), covering all GitHub Actions workflows.
  • Update Schedule: Checks for new versions and security updates on a weekly basis, balancing update frequency and review workload.
  • Grouping:
    • All version updates are grouped into a single pull request, reducing noise and making it easier to review and merge changes.
    • All security updates are also grouped, ensuring prompt attention to vulnerabilities without overwhelming maintainers with multiple PRs

@geerlingguy geerlingguy merged commit 5e60540 into geerlingguy:master Apr 19, 2025
3 checks passed
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