Skip to content

ci: configure renovate #4

ci: configure renovate

ci: configure renovate #4

name: release-please
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: go
token: ${{ secrets.REPO_PAT }}