Add Dependabot configuration for version updates#2
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds a Dependabot configuration file to enable automated version updates for GitHub Actions used in the repository's CI/CD workflows. The configuration sets up monthly checks for all GitHub Actions with grouped updates.
Changes:
- Added
.github/dependabot.ymlconfiguration file for automated dependency updates - Configured monthly update schedule for GitHub Actions ecosystem
- Set up grouping to combine all action updates into single PRs
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
hummat
left a comment
There was a problem hiding this comment.
Thanks for the contribution!
Issue: The file path is malformed - it shows .github /dependabot.yml (with extra spaces before the slash). It should be .github/dependabot.yml. Dependabot won't recognize the config in the wrong directory.
The configuration itself looks good. Please fix the path and this should be ready to merge.
|
Sorry for that. I created the file via the web interface of GitHub. |
|
No worries, looks good now, thanks! |
|
Thanks for accepting the PR. It was done as part of the online events: https://osdc.code-maven.com/python |
I noticed that the github actions have newer versions than the ones in this project.