mirror of
https://github.com/charmbracelet/gum
synced 2026-03-23 01:34:35 +01:00
15 lines
353 B
YAML
15 lines
353 B
YAML
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 }}
|