mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-23 19:19:03 +08:00
16 lines
412 B
YAML
16 lines
412 B
YAML
# Dependabot creates pull requests to keep your dependencies secure and up-to-date.
|
|
# Documentation: https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
|
|
- package-ecosystem: 'github-actions'
|
|
directory: '/'
|
|
open-pull-requests-limit: 10
|
|
schedule:
|
|
interval: 'weekly'
|
|
day: 'monday'
|
|
reviewers:
|
|
- 'bdbch'
|
|
|