Skip to content

Enable dependabot. - #7486

Merged
ericstj merged 1 commit into
mainfrom
ericstj-dependabot
Jul 9, 2025
Merged

Enable dependabot.#7486
ericstj merged 1 commit into
mainfrom
ericstj-dependabot

Conversation

@ericstj

@ericstj ericstj commented Jul 7, 2025

Copy link
Copy Markdown
Member

Configure dependabot for public dependency updates. This will help this repo stay up to date with public dependencies.

We'll still need to review dependency PRs, and mirror packages to our feeds, but this will help ensure we stay up to date.

@ericstj
ericstj requested review from Copilot and tarekgh July 7, 2025 18:09

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

Adds a Dependabot configuration to enable weekly NuGet dependency updates.

  • Introduces a new .github/dependabot.yml file
  • Configures Dependabot to check the root directory for NuGet manifests on a weekly schedule

Comment thread .github/dependabot.yml
- package-ecosystem: "nuget"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

does it cost much if we enable running it daily instead?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

That's too often, we have to review the PRs and merge them. I don't want daily PRs if dependencies update that often. Weekly is fine.

@tarekgh tarekgh left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM!

@ericstj

ericstj commented Jul 9, 2025

Copy link
Copy Markdown
Member Author

/ba-g checks are skipped for workflow only PRs.

@ericstj
ericstj merged commit 03a691c into main Jul 9, 2025
4 checks passed
@ericstj

ericstj commented Jul 9, 2025

Copy link
Copy Markdown
Member Author

@ericstj
ericstj deleted the ericstj-dependabot branch July 28, 2025 15:30
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 28, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants