tiptap/.github/dependabot.yml

16 lines
412 B
YAML
Raw Normal View History

2020-09-24 20:08:00 +08:00
# 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:
2022-05-10 23:51:50 +08:00
- 'bdbch'
2020-09-24 20:08:00 +08:00