diff options
author | dependabot-preview[bot] | 2020-12-08 18:12:47 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-06-14 06:16:56 +0300 |
commit | 8b6319a03ca8eebbc3363a655264b91957f04bc4 (patch) | |
tree | f11ba4211041d73ccb62b6735927ad5a44467410 | |
parent | cac4df4e336fa3b69c54d4608e5f898b3894536d (diff) |
[backup] Create Dependabot config file
-rw-r--r-- | backup/.github/dependabot.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/backup/.github/dependabot.yml b/backup/.github/dependabot.yml new file mode 100644 index 00000000..4872c5af --- /dev/null +++ b/backup/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 |