diff options
Diffstat (limited to 'backup')
-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 |