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

Configure dependabot to bump test/Directory.Build.props #698

Merged
merged 1 commit into from
May 26, 2022

Conversation

pellared
Copy link
Member

@pellared pellared commented May 26, 2022

Fixes #356

Changes proposed in this pull request:

  • Configure dependabot to bump references defined in test/Directory.Build.props.

Kudos to @lachmatt for his initial work that led to this solution.

Testing

I changed the default branch to dependabot-for-propos on my fork and depdabot created:

Output from dependabot logs:

updater | +---------+---------------------------------------------------+
updater | |             Changes to Dependabot Pull Requests             |
updater | +---------+---------------------------------------------------+
updater | | created | Microsoft.NET.Test.Sdk ( from 17.0.0 to 17.2.0 )  |
updater | | created | FluentAssertions ( from 6.4.0 to 6.7.0 )          |
updater | | created | xunit.runner.visualstudio ( from 2.4.3 to 2.4.5 ) |
updater | | created | Moq ( from 4.16.1 to 4.18.1 )                     |
updater | +---------+---------------------------------------------------+

@pellared pellared requested a review from a team May 26, 2022 05:19
test/Empty.csproj Show resolved Hide resolved
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.

Configure dependabot to bump .props
3 participants