aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-01-24 00:58:33 +0300
committerValentin Popov <valentin@popov.link>2025-01-24 00:58:33 +0300
commitf1416bf18154dba64aa7203e23ca118ec45b010c (patch)
tree0ebb27ae943911297cd9e0349958d27b3f572d2b /.github/dependabot.yml
parent0d0f2923ac4955bc98fe2a5ca2e16954cfdfa3e4 (diff)
downloadpopov.link-f1416bf18154dba64aa7203e23ca118ec45b010c.tar.xz
popov.link-f1416bf18154dba64aa7203e23ca118ec45b010c.zip
Configuring Dependabot for daily dependency updates and deleting Renovate configurations
Diffstat (limited to '.github/dependabot.yml')
-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..d1f0d08
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "npm"
+ directory: "/"
+ schedule:
+ interval: "daily"