Skip to content

chore(github): add Dependabot configuration #12

chore(github): add Dependabot configuration

chore(github): add Dependabot configuration #12

Workflow file for this run

---
name: CI
on:
push:
branches: [main]
pull_request:
branches:
- main
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup
- run: pnpm lint
- run: pnpm format:check
- run: pnpm build
- run: pnpm test
- run: pnpm check:bundles