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

Version Path
rack-graphql-2.7.1 .github/workflows/auto-approve.yml
newrelic-sidekiq-metrics-1.4.0 .github/workflows/auto-approve.yml
vidar-1.4.2 .github/workflows/auto-approve.yml
vidar-1.4.1 .github/workflows/auto-approve.yml
graphql-pagination-1.2.0 .github/workflows/auto-approve.yml
newrelic-sidekiq-metrics-1.3.1 .github/workflows/auto-approve.yml
graphql-pagination-1.1.3 .github/workflows/auto-approve.yml
salesforce_streamer-2.5.0 .github/workflows/auto-approve.yml
jackhammer-1.5.0 .github/workflows/auto-approve.yml
jackhammer-1.5.0.rc .github/workflows/auto-approve.yml
salesforce_streamer-2.4.0 .github/workflows/auto-approve.yml
salesforce_streamer-2.4.0.rc1 .github/workflows/auto-approve.yml
newrelic-sidekiq-metrics-1.3.0 .github/workflows/auto-approve.yml
newrelic-sidekiq-metrics-1.3.0.rc .github/workflows/auto-approve.yml
rack-graphql-2.7.0 .github/workflows/auto-approve.yml
newrelic-sidekiq-metrics-1.2.0 .github/workflows/auto-approve.yml
fishplate-1.1.2 .github/workflows/auto-approve.yml
rack-graphql-2.6.1 .github/workflows/auto-approve.yml
rack-graphql-2.6.0 .github/workflows/auto-approve.yml
vidar-1.4.0 .github/workflows/auto-approve.yml