author | Nemo <me@captnemo.in> | 2024-12-24 15:12:14.0 +05:30:00 |
---|---|---|
committer | Nemo <me@captnemo.in> | 2024-12-24 15:12:14.0 +05:30:00 |
commit | d06ecdfc681127fdccd93764a6d24cbcd6ab6fbf [patch] |
|
tree | 46edb3bd4c611b8fe12dc47cf9a1fe9840cda279 |
|
parent | 30ec101f63a59e5a9b52ab9db01dcf84febdc0d6 |
|
download | d06ecdfc681127fdccd93764a6d24cbcd6ab6fbf.tar.gz |
auto merge all dep updates
Diff
.github/workflows/auto-merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 0daabb4..f4a1169 100644 --- a/.github/workflows/auto-merge.yml +++ a/.github/workflows/auto-merge.yml @@ -22,7 +22,6 @@ ref: ${{ github.head_ref }} submodules: true - name: Enable auto-merge for Dependabot PRs for release data if: ${{contains(steps.metadata.outputs.dependency-names, '_data/kuvera-lookup')}} run: gh pr merge --auto --rebase "$PR_URL" env: PR_URL: ${{github.event.pull_request.html_url}}