Skip to content

Bump the eslint group across 1 directory with 5 updates #912

Bump the eslint group across 1 directory with 5 updates

Bump the eslint group across 1 directory with 5 updates #912

name: Dependabot auto-merge
on: pull_request_target
permissions:
contents: read
pull-requests: read
jobs:
dependabot:
uses: xt0rted/.github/.github/workflows/dependabot-auto-merge.yml@main
secrets:
GITHUB_APP_ID: ${{ secrets.DEPENDAMERGE_APP_ID }}
GITHUB_APP_PRIVATE_KEY: ${{ secrets.DEPENDAMERGE_PRIVATE_KEY }}
with:
allowed-groups: |
{
"github_actions": [
"github-actions",
"my-actions",
],
"npm_and_yarn": [
"eslint",
"jest",
"typescript",
],
}