From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sat, 24 Sep 2022 13:35:21 +0000 (+0100) Subject: patch 9.0.0573: outdated dependencies go unnoticed X-Git-Tag: v9.0.0573 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81fd3b2b4438e2751a1b79049827a5ee315ea38d;p=thirdparty%2Fvim.git patch 9.0.0573: outdated dependencies go unnoticed Problem: Outdated dependencies go unnoticed. Solution: Use github Dependabot. (closes #11213) --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..5ace4600a1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/src/version.c b/src/version.c index b07c0131df..4428687122 100644 --- a/src/version.c +++ b/src/version.c @@ -699,6 +699,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 573, /**/ 572, /**/