Skip to content

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
@github-actions
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
@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.

3 participants