diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c45d3969..1227adb8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,8 +9,14 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + commit-message: + prefix: "deps" + include: "scope" - package-ecosystem: "github-actions" # Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.) directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "chore" + include: "scope" diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index d6741b8b..c966914f 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - name: Release Please id: release - uses: google-github-actions/release-please-action@v4 + uses: googleapis/release-please-action@v4 with: release-type: node config-file: release-please-config.json