chore: fix github dependents by referencing langfuse-core in main pac… #263
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |