aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSimen A. W. Olsen <so@bjerk.io>2021-09-01 09:45:48 +0200
committerSimen A. W. Olsen <so@bjerk.io>2021-09-01 09:45:48 +0200
commit97f060c6a62c87b0815a3edbdcf975ca87d482f5 (patch)
treeea9afe00b5c3a369096c75091c27629b9c4e3cb8 /.github
parent987002ce6dae4bbfeac58b1c7b2e1604f35caece (diff)
downloaddotfiles-97f060c6a62c87b0815a3edbdcf975ca87d482f5.tar.gz
dotfiles-97f060c6a62c87b0815a3edbdcf975ca87d482f5.zip
add npm utils
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml6
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