Patch 9.0.0573
Problem: Outdated dependencies go unnoticed.
Solution: Use github Dependabot. (closes #11213)
Files: .github/dependabot.yml
*** ../vim-9.0.0572/.github/dependabot.yml 2022-09-24 14:34:44.204066984
+0100
--- .github/dependabot.yml 2022-09-24 14:33:08.444253447 +0100
***************
*** 0 ****
--- 1,6 ----
+ version: 2
+ updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
*** ../vim-9.0.0572/src/version.c 2022-09-24 14:08:19.896461420 +0100
--- src/version.c 2022-09-24 14:34:29.592095251 +0100
***************
*** 701,702 ****
--- 701,704 ----
{ /* Add new patch number below this line */
+ /**/
+ 573,
/**/
--
hundred-and-one symptoms of being an internet addict:
163. You go outside for the fresh air (at -30 degrees) but open the
window first to hear new mail arrive.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220924133745.A2AD61C0728%40moolenaar.net.