Sha256: df5dd2621244796536dca250cd72ccf9e7aa74d097f1a19195dcab1de68c9da8

Contents?: true

Size: 561 Bytes

Versions: 33

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_target

jobs:
  auto-approve:
    runs-on: ubuntu-latest
    steps:
    - uses: hmarr/auto-approve-action@v2
      if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == 'renofidev'
      with:
        github-token: "${{ secrets.GITHUB_TOKEN }}"

Version data entries

33 entries across 33 versions & 6 rubygems

Version Path
salesforce_streamer-2.8.0 .github/workflows/auto-approve.yml
rack-graphql-3.1.2 .github/workflows/auto-approve.yml
fishplate-7.0.6 .github/workflows/auto-approve.yml
graphql-pagination-2.1.1 .github/workflows/auto-approve.yml
newrelic-sidekiq-metrics-1.6.1 .github/workflows/auto-approve.yml
vidar-1.7.0 .github/workflows/auto-approve.yml
rack-graphql-3.1.1 .github/workflows/auto-approve.yml
rack-graphql-3.1.0 .github/workflows/auto-approve.yml
rack-graphql-3.0.1 .github/workflows/auto-approve.yml
rack-graphql-3.0.0 .github/workflows/auto-approve.yml
newrelic-sidekiq-metrics-1.6.0 .github/workflows/auto-approve.yml
vidar-1.6.0 .github/workflows/auto-approve.yml
newrelic-sidekiq-metrics-1.5.2 .github/workflows/auto-approve.yml
fishplate-7.0.5 .github/workflows/auto-approve.yml
vidar-1.5.4 .github/workflows/auto-approve.yml
graphql-pagination-2.1.0 .github/workflows/auto-approve.yml
vidar-1.5.3 .github/workflows/auto-approve.yml
vidar-1.5.2 .github/workflows/auto-approve.yml
fishplate-7.0.4 .github/workflows/auto-approve.yml
rack-graphql-2.11.0 .github/workflows/auto-approve.yml