diff options
author | dependabot-preview[bot] | 2020-12-08 18:15:21 +0000 |
---|---|---|
committer | vitalyster | 2020-12-08 21:16:23 +0300 |
commit | da07d5b5075449223e284171b75510dbe40ffabd (patch) | |
tree | 758305e8f95742aff69f318887f46d3c190f7d15 /.github | |
parent | 8e9b670b272b8f030a1035cb7918e9fc0fea89a5 (diff) |
Create Dependabot config file
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..03562017 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 +- package-ecosystem: gradle + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 |