]> granicus.if.org Git - vim/commitdiff
patch 9.0.0573: outdated dependencies go unnoticed v9.0.0573
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Sat, 24 Sep 2022 13:35:21 +0000 (14:35 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 24 Sep 2022 13:35:21 +0000 (14:35 +0100)
Problem:    Outdated dependencies go unnoticed.
Solution:   Use github Dependabot. (closes #11213)

.github/dependabot.yml [new file with mode: 0644]
src/version.c

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644 (file)
index 0000000..5ace460
--- /dev/null
@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"
index b07c0131df80bb305d1f8a2e8b4dfb18487d173f..44286871224616d7157c4e83c4a859acc976f264 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    573,
 /**/
     572,
 /**/