patch 9.0.0573: outdated dependencies go unnoticed

Problem:    Outdated dependencies go unnoticed.
Solution:   Use github Dependabot. (closes #11213)
This commit is contained in:
Philip H
2022-09-24 14:35:21 +01:00
committed by Bram Moolenaar
parent 75f4bafabd
commit 81fd3b2b44
2 changed files with 8 additions and 0 deletions

6
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

View File

@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
573,
/**/
572,
/**/