Skip to content

chore: fix github dependents by referencing langfuse-core in main pac… #263

chore: fix github dependents by referencing langfuse-core in main pac…

chore: fix github dependents by referencing langfuse-core in main pac… #263

name: Rebase Dependabot stale PRs
on:
push:
branches:
- main
workflow_dispatch:
jobs:
rebase-dependabot:
runs-on: ubuntu-latest
steps:
- name: "Rebase open Dependabot PR"
uses: orange-buffalo/dependabot-auto-rebase@v1
with:
api-token: ${{ secrets.DEP_REBASE_PAT }}
repository: ${{ github.repository }}