diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..4ad7bd5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" diff --git a/.github/workflows/release_gem.yml b/.github/workflows/release_gem.yml index c9a7533..f336091 100644 --- a/.github/workflows/release_gem.yml +++ b/.github/workflows/release_gem.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 - id: release-gem - uses: pact-foundation/release-gem@v0.0.13 + uses: pact-foundation/release-gem@v0.1.0 env: GEM_HOST_API_KEY: "${{ secrets.RUBYGEMS_API_KEY }}" GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"