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

Add dependabot.yml to enable automatic dependency upgrades #1476

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

Link-
Copy link
Member

@Link- Link- commented Oct 22, 2024

Description

This pull request introduces a new configuration file for Dependabot to automate dependency updates.

Motivation and Context

Avoid manual dependency updates.

How Has This Been Tested?

Config change.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (add or update README or docs)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@Link- Link- requested a review from a team as a code owner October 22, 2024 10:36
@Link- Link- self-assigned this Oct 22, 2024
schedule:
interval: "daily"
allow:
- dependency-type: direct
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unless we decide to also deal with transient dependency upgrades?

@Link- Link- merged commit 3aef79d into main Oct 22, 2024
17 checks passed
@Link- Link- deleted the Link-/add-dependabot-config branch October 22, 2024 11:03
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