Skip to content

Bump @types/node from 20.14.2 to 20.14.9 #913

Bump @types/node from 20.14.2 to 20.14.9

Bump @types/node from 20.14.2 to 20.14.9 #913

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",
],
}