Skip to content

build: add Dependabot configuration file #5

build: add Dependabot configuration file

build: add Dependabot configuration file #5

Workflow file for this run

name: Release
on:
push:
branches: [main]
jobs:
ci:
uses: ./.github/workflows/ci.yml
release:
needs: ci
runs-on: ubuntu-latest
concurrency: release
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: python-semantic-release/python-semantic-release@v9
with:
github_token: ${{ secrets.GITHUB_TOKEN }}