-
Notifications
You must be signed in to change notification settings - Fork 4
Setup Dependabot #105
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
base: main
Are you sure you want to change the base?
Setup Dependabot #105
Conversation
Added support for GitHub Actions and Go modules in Dependabot configuration.
✅ Deploy Preview for gr-mapache canceled.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request sets up Dependabot configuration to automate dependency updates for the repository. It configures weekly updates on Mondays at 7:00 PM Pacific Time for GitHub Actions and Go modules.
Key changes:
- Added Dependabot configuration file with weekly update schedules
- Configured monitoring for GitHub Actions workflows
- Configured monitoring for Go module dependencies
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Added new npm and pip package ecosystems with weekly update schedules for multiple directories.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
this seems like it might cause problems. especially if it updates minor versions which may break functionality. |
Surely someone would test the PRs it opens and ensure they do not break functionality prior to merge. Could also only open PRs on just major pushes if you want (or inversely, just patch pushes) |
Only will offer PRs on major changes #105 (comment)
Added support for GitHub Actions, Go modules, npm packages, and pip packages in Dependabot configuration.