diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-20 00:22:29 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-20 00:22:29 +0900 |
| commit | 60e768436e4981543993ee74241e599fb5ae3d7f (patch) | |
| tree | 7bae2f20dbfe7630cb63d4e3f61101c29a900271 /.github | |
| parent | update deps (diff) | |
| download | sharkey-60e768436e4981543993ee74241e599fb5ae3d7f.tar.gz sharkey-60e768436e4981543993ee74241e599fb5ae3d7f.tar.bz2 sharkey-60e768436e4981543993ee74241e599fb5ae3d7f.zip | |
Create dependabot.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..8abca405fb --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "npm" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" |