Skip to content

Bump step-security/harden-runner from 2.14.0 to 2.19.0 #10

Bump step-security/harden-runner from 2.14.0 to 2.19.0

Bump step-security/harden-runner from 2.14.0 to 2.19.0 #10

name: dependabot-manager
on:
pull_request:
types:
- opened
- synchronize # PR branch is rebased
jobs:
dependabot-auto-merge:
uses: sue445/workflows/.github/workflows/dependabot-auto-merge.yml@main
with:
repo-name: ruby-go-gem/ruby_header_parser
secrets:
# TODO: Set secrets to Dependabot secrets
app-id: ${{ secrets.RUBY_GO_GEM_BOT_APP_ID }}
private-key: ${{ secrets.RUBY_GO_GEM_BOT_PRIVATE_KEY }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
dependabot-security-alert:
uses: sue445/workflows/.github/workflows/dependabot-security-alert.yml@main
with:
repo-name: ruby-go-gem/ruby_header_parser
secrets:
# TODO: Set secrets to Dependabot secrets
app-id: ${{ secrets.RUBY_GO_GEM_BOT_APP_ID }}
private-key: ${{ secrets.RUBY_GO_GEM_BOT_PRIVATE_KEY }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}