Skip to content

Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in the go_modules group across 1 directory #265

Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in the go_modules group across 1 directory

Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in the go_modules group across 1 directory #265

name: Dependabot approve and merge
on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
permissions: {}
jobs:
dependabot-approve-and-merge-minor:
permissions:
contents: write
pull-requests: write
secrets:
CODEOWNER_PR_RW_TOKEN: ${{ secrets.SENZING_GITHUB_CODEOWNER_PR_RW_TOKEN }}
uses: senzing-factory/build-resources/.github/workflows/dependabot-approve-and-merge.yaml@v4
with:
update-type: "minor"
dependabot-approve-and-merge-patch:
permissions:
contents: write
pull-requests: write
secrets:
CODEOWNER_PR_RW_TOKEN: ${{ secrets.SENZING_GITHUB_CODEOWNER_PR_RW_TOKEN }}
uses: senzing-factory/build-resources/.github/workflows/dependabot-approve-and-merge.yaml@v4
with:
update-type: "patch"