diff options
author | 135e2 <[email protected]> | 2022-05-13 00:37:38 +0800 |
---|---|---|
committer | 135e2 <[email protected]> | 2022-05-13 00:37:38 +0800 |
commit | ae38da80b626016c695f567cc81d058980b7f57c (patch) | |
tree | 9258c265c027099c6745c160e6051167568e73a0 /.github/dependabot.yml | |
download | MeaninglessRecords-ae38da80b626016c695f567cc81d058980b7f57c.tar.gz MeaninglessRecords-ae38da80b626016c695f567cc81d058980b7f57c.tar.bz2 MeaninglessRecords-ae38da80b626016c695f567cc81d058980b7f57c.zip |
pub: intro for Meaningless Records
Yay!
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 0000000..93385d9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 20 |