diff --git a/.github/dependabot.yml b/.github/dependabot.yml index de80d23..11dc18c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,14 +8,14 @@ updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests commit-message: - prefix: "build" + prefix: "build(npm)" rebase-strategy: "auto" schedule: interval: "daily" - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests commit-message: - prefix: "build" + prefix: "build(actions)" rebase-strategy: "auto" schedule: interval: "daily" diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml new file mode 100644 index 0000000..bc8f1e1 --- /dev/null +++ b/.github/workflows/release-please.yml @@ -0,0 +1,12 @@ +on: + push: + branches: + - main +name: release-please +jobs: + release-please: + runs-on: ubuntu-latest + steps: + - uses: google-github-actions/release-please-action@v3 + with: + command: manifest