diff options
author | dependabot-preview[bot] | 2020-12-08 18:13:11 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | 415b2f4f6d03e6ca8045b0b920490f777bcd5352 (patch) | |
tree | 08c51cb2471f1711de45a376e98f141fb6b39b34 /vnext/.github | |
parent | 28b9e1a95e0857c4807a1066657eb4a245a4360a (diff) |
Create Dependabot config file
Diffstat (limited to 'vnext/.github')
-rw-r--r-- | vnext/.github/dependabot.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vnext/.github/dependabot.yml b/vnext/.github/dependabot.yml new file mode 100644 index 00000000..4872c5af --- /dev/null +++ b/vnext/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 |