diff options
| author | flawedworld <38294951+flawedworld@users.noreply.github.com> | 2021-02-15 18:57:09 +0000 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-02-16 07:26:02 -0500 |
| commit | f5804ef08ca5ba7667292f48e2851db8843e9a4d (patch) | |
| tree | f727fb0e338546382ddc6fa206a3235bc3fe25cb /.github/dependabot.yml | |
| parent | 20e34cfc84ca31b80afc424f1bccbc51f1592995 (diff) | |
Create dependabot.yml
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..e6016b70 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: daily + target-branch: master |
