Skip to content

chore(deps): bump fastify/github-action-merge-dependabot from 3.10 to 3.11 #264

chore(deps): bump fastify/github-action-merge-dependabot from 3.10 to 3.11

chore(deps): bump fastify/github-action-merge-dependabot from 3.10 to 3.11 #264

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup chezmoi
run : sudo snap install chezmoi --classic
- name: Install dotfiles
run: chezmoi apply -S . -v
test-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup chezmoi
run : choco install chezmoi
- name: Install dotfiles
run: chezmoi apply -S . -v
dependabot-automerge:
needs: [test-ubuntu, test-windows]
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
if: ${{ github.event_name == 'pull_request' }}
steps:
- uses: fastify/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}