changeset 30475:871e355e5732 v9.0.0573

patch 9.0.0573: outdated dependencies go unnoticed Commit: https://github.com/vim/vim/commit/81fd3b2b4438e2751a1b79049827a5ee315ea38d Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sat Sep 24 14:35:21 2022 +0100 patch 9.0.0573: outdated dependencies go unnoticed Problem: Outdated dependencies go unnoticed. Solution: Use github Dependabot. (closes https://github.com/vim/vim/issues/11213)
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Sep 2022 15:45:03 +0200
parents a88ca89098e9
children 7a70fd4e6c5f
files .github/dependabot.yml src/version.c
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    573,
+/**/
     572,
 /**/
     571,