Skip to content

Bump dotenv from 16.4.5 to 16.4.7 #2705

Bump dotenv from 16.4.5 to 16.4.7

Bump dotenv from 16.4.5 to 16.4.7 #2705

name: Enable automerge on dependabot PRs
on:
pull_request_target:
jobs:
autoapprove:
name: Auto-Approve a PR by dependabot
runs-on: ubuntu-latest
steps:
- name: Auto approve
uses: cognitedata/[email protected]
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: ${{ secrets.DEPENDABOT_AUTO_MERGE_PERSONAL_ACCESS_TOKEN }}
automerge:
name: Enable automerge on dependabot PRs
needs: autoapprove
runs-on: ubuntu-latest
steps:
- name: Enable automerge on dependabot PRs
uses: daneden/enable-automerge-action@v1
with:
github-token: ${{ secrets.DEPENDABOT_AUTO_MERGE_PERSONAL_ACCESS_TOKEN }}