Skip to content
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

chore: configure dependabot to auto update dependencies #166

Merged
merged 1 commit into from
Sep 24, 2024
Merged

Conversation

Psycojoker
Copy link
Collaborator

No description provided.

@github-actions github-actions bot added the BLUE This PR is simple and straightforward. label Sep 20, 2024
Copy link

Summary:
This PR introduces a configuration for Dependabot in the GitHub Actions workflow to automatically update dependencies. The changes are straightforward and do not affect existing functionalities significantly. The new file .github/dependabot.yml is added to manage dependency updates.

Highlight:

+ new file mode 100644
+ index 00000000..8ceeaf03
+ --- /dev/null
+ +++ b/.github/dependabot.yml
+ @@ -0,0 +1,6 @@
+ +version: 2
+ +updates:
+ +- package-ecosystem: "pip"
+ +  directory: "/"
+ +  schedule:
+ +    interval: "weekly"

This PR is categorized as 'BLUE' because it involves a straightforward addition to the GitHub Actions workflow, specifically for managing dependencies. The changes are unlikely to introduce bugs or require extensive review, making it suitable for a broader audience.

@hoh hoh merged commit c00d36c into main Sep 24, 2024
14 checks passed
@hoh hoh deleted the lp-dependabot branch September 24, 2024 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BLUE This PR is simple and straightforward.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants