Skip to content

chore: added dependabot configuration to automate dependency updates #9

chore: added dependabot configuration to automate dependency updates

chore: added dependabot configuration to automate dependency updates #9

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
action:
uses: ./.github/workflows/action.yaml
api:
uses: ./.github/workflows/api.yaml
cdk:
uses: ./.github/workflows/cdk.yaml
ui:
uses: ./.github/workflows/ui.yaml
openapi:
uses: ./.github/workflows/openapi.yaml