Skip to content

Bump MSTest.TestFramework from 3.0.2 to 3.1.1 in /src/Radical.Windows.Presentation.CastleWindsor.Tests #142

Bump MSTest.TestFramework from 3.0.2 to 3.1.1 in /src/Radical.Windows.Presentation.CastleWindsor.Tests

Bump MSTest.TestFramework from 3.0.2 to 3.1.1 in /src/Radical.Windows.Presentation.CastleWindsor.Tests #142

name: Dependabot
on: pull_request
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
name: Enable auto-merge
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}