1
0
Fork 0
This repository has been archived on 2024-07-14. You can view files and clone it, but cannot push or open issues or pull requests.
Ellie-bot/.github/dependabot.yml

19 lines
651 B
YAML
Raw Normal View History

2022-01-05 17:08:23 -08:00
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
2022-01-05 17:09:49 -08:00
- package-ecosystem: "npm" # See documentation for possible values
2022-01-05 17:08:23 -08:00
directory: "/" # Location of package manifests
schedule:
interval: "daily"
open-pull-requests-limit: 5
reviewers:
2022-02-25 03:33:26 -08:00
- EmotionChild
2022-02-25 03:36:16 -08:00
target-branch: "development"
labels:
- "npm"
- "dependencies"