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

feat: add dependabot cfg for npm and github-actions #49

Merged
merged 1 commit into from
Nov 3, 2024

Conversation

gvieira18
Copy link
Collaborator

@gvieira18 gvieira18 commented Nov 3, 2024

This pull request includes changes to configure Dependabot for automated dependency updates. The configuration specifies the ecosystems for npm and GitHub Actions, along with their respective update schedules and rules.

Dependabot configuration:

  • Added configuration for npm dependencies to be updated daily, ignoring major version updates, and allowing only production dependencies.
  • Added configuration for GitHub Actions dependencies to be updated weekly, ignoring major version updates.

Warning

It's possible that when the merge is complete, the dependabot will create a bunch of pull requests and do not just close the PR, or dependabot will ignore the update for that dependency unless we re-enable the PR or do a manual update.

image

@gvieira18 gvieira18 self-assigned this Nov 3, 2024
@gvieira18 gvieira18 merged commit 2e80ebf into main Nov 3, 2024
3 checks passed
@gvieira18 gvieira18 deleted the ci-enable-dependabot branch November 3, 2024 16:50
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