Sha256: 9f1028f4b5ccc5cb459c39f09866f3348e4db5d1e72d964ccbee9385929c14b1
Contents?: true
Size: 561 Bytes
Versions: 38
Compression:
Stored size: 561 Bytes
Contents
# automatically approve PRs submitted by Dependabot or Renofidev # this will allow Dependabot to automatically merge dependency update PRs where CI passes # from: https://github.com/hmarr/auto-approve-action name: Auto approve dependency upgrades PRs on: pull_request jobs: auto-approve: runs-on: ubuntu-latest steps: - uses: hmarr/auto-approve-action@v2.0.0 if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == 'renofidev' with: github-token: "${{ secrets.GITHUB_TOKEN }}"
Version data entries
38 entries across 38 versions & 7 rubygems