mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-22 08:04:18 +02:00
ci: sync dependabot config (#688)
This commit is contained in:
parent
546b6287d8
commit
b17f04c0ef
2 changed files with 38 additions and 2 deletions
15
.github/workflows/dependabot-sync.yml
vendored
Normal file
15
.github/workflows/dependabot-sync.yml
vendored
Normal 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue