ci: sync dependabot config (#736)

This commit is contained in:
Charm
2025-02-13 11:29:08 -03:00
committed by GitHub
parent 2f4944346f
commit 7a6b190840
+2
View File
@@ -13,3 +13,5 @@ jobs:
uses: charmbracelet/meta/.github/workflows/dependabot-sync.yml@main uses: charmbracelet/meta/.github/workflows/dependabot-sync.yml@main
with: with:
repo_name: ${{ github.event.repository.name }} repo_name: ${{ github.event.repository.name }}
secrets:
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}