ci: sync dependabot config (#734)

This commit is contained in:
Charm
2025-02-13 10:58:35 -03:00
committed by GitHub
parent 0f9e38c9a7
commit 2f4944346f
2 changed files with 46 additions and 10 deletions
+15
View File
@@ -0,0 +1,15 @@
name: dependabot-sync
on:
schedule:
- cron: "0 0 * * 0" # every Sunday at midnight
workflow_dispatch: # allows manual triggering
permissions:
contents: write
pull-requests: write
jobs:
dependabot-sync:
uses: charmbracelet/meta/.github/workflows/dependabot-sync.yml@main
with:
repo_name: ${{ github.event.repository.name }}