diff options
| author | Simen A. W. Olsen <so@bjerk.io> | 2021-09-01 09:45:48 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <so@bjerk.io> | 2021-09-01 09:45:48 +0200 |
| commit | 97f060c6a62c87b0815a3edbdcf975ca87d482f5 (patch) | |
| tree | ea9afe00b5c3a369096c75091c27629b9c4e3cb8 /.github/dependabot.yml | |
| parent | 987002ce6dae4bbfeac58b1c7b2e1604f35caece (diff) | |
| download | dotfiles-97f060c6a62c87b0815a3edbdcf975ca87d482f5.tar.gz dotfiles-97f060c6a62c87b0815a3edbdcf975ca87d482f5.zip | |
add npm utils
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6c40e56 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: 'npm' + directory: '/.utilities' + schedule: + interval: 'monthly'
\ No newline at end of file |
