Skip to content

chore: updated dependabot handling #7

chore: updated dependabot handling

chore: updated dependabot handling #7

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
name: '🔖 Release Please'
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4.2.0
with:
release-type: terraform-module
token: ${{ secrets.PAT_TOKEN }}