add dependabot config

This commit is contained in:
panr 2021-11-01 15:02:59 +01:00
parent e6504a8bd7
commit 803d667fcd
2 changed files with 14 additions and 1 deletions

13
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,13 @@
# 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:
- package-ecosystem: "yarn" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
open-pull-requests-limit: 25
versioning-strategy: auto

File diff suppressed because one or more lines are too long