Skip to content

Fix dependency submission#400

Merged
martincostello merged 2 commits intomainfrom
fix-dependency-submission
Jan 15, 2026
Merged

Fix dependency submission#400
martincostello merged 2 commits intomainfrom
fix-dependency-submission

Conversation

@martincostello
Copy link
Copy Markdown
Member

Changes

Add dependabot configuration file so that dependency submission works again until it recognises .slnx files.

See open-telemetry/opentelemetry-dotnet-contrib#3665.

Merge requirement checklist

  • Unit tests added/updated
  • CHANGELOG.md updated
  • Changes in public API reviewed (if applicable)

Add dependabot configuration file so that dependency submission works again until it recognises `.slnx` files.
Copilot AI review requested due to automatic review settings January 14, 2026 17:58
@martincostello
Copy link
Copy Markdown
Member Author

It lives.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds a Dependabot configuration file to work around a limitation in GitHub's Automatic dependency submission feature, which doesn't recognize .slnx solution files for .NET projects. The configuration sets up NuGet package updates with a yearly interval, serving primarily as a signal to automated tooling that dependency management is in place (the repository uses Renovate for actual dependency updates).

Changes:

  • Added .github/dependabot.yml with NuGet package ecosystem configuration and yearly update schedule

Comment thread .github/dependabot.yml
@martincostello
Copy link
Copy Markdown
Member Author

Now need to fix the allowed licenses configuration...

- Allow-list things that have been manually reviewed to have a compatible type of license.
- Move configuration into a file to avoid really long CSV strings in the workflow YAML.
@martincostello martincostello marked this pull request as ready for review January 15, 2026 13:26
@martincostello martincostello requested a review from a team as a code owner January 15, 2026 13:26
Copilot AI review requested due to automatic review settings January 15, 2026 13:26
@martincostello martincostello enabled auto-merge (squash) January 15, 2026 13:27
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.

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.

3 participants