Skip to content

chore(deps): update duckdb requirement from ~=1.0.0 to ~=1.1.3 #12

chore(deps): update duckdb requirement from ~=1.0.0 to ~=1.1.3

chore(deps): update duckdb requirement from ~=1.0.0 to ~=1.1.3 #12

Workflow file for this run

name: Dependabot Auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'tekumara/fakesnow'
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL" --body ""
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}