summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2022-09-24 14:35:21 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-24 14:35:21 +0100
commit81fd3b2b4438e2751a1b79049827a5ee315ea38d (patch)
tree1fee3662c98051fa6cd1cfa4cbd24a2329ec55b1 /.github
parent75f4bafabdcc6bce5cf3e09fee29c634bf102c17 (diff)
downloadvim-git-81fd3b2b4438e2751a1b79049827a5ee315ea38d.tar.gz
patch 9.0.0573: outdated dependencies go unnoticedv9.0.0573
Problem: Outdated dependencies go unnoticed. Solution: Use github Dependabot. (closes #11213)
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 000000000..5ace4600a
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"