# HG changeset patch # User Bram Moolenaar # Date 1664027103 -7200 # Node ID 871e355e57321f97197d3f4a58e1e2305200fc1a # Parent a88ca89098e9f157c64c1ae465b0ba1f04da45ba 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) diff --git a/.github/dependabot.yml b/.github/dependabot.yml 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" diff --git a/src/version.c b/src/version.c --- 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,