view .github/dependabot.yml @ 30475:871e355e5732 v9.0.0573

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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Sep 2022 15:45:03 +0200
parents
children eed6e54017c5
line wrap: on
line source

version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"