annotate .github/dependabot.yml @ 32665:23e24f3cae03 v9.0.1664

patch 9.0.1664: divide by zero when scrolling with 'smoothscroll' set Commit: https://github.com/vim/vim/commit/8154e642aa476e1a5d3de66c34e8289845b2b797 Author: fullwaywang <fullwaywang@tencent.com> Date: Sat Jun 24 21:58:09 2023 +0100 patch 9.0.1664: divide by zero when scrolling with 'smoothscroll' set Problem: Divide by zero when scrolling with 'smoothscroll' set. Solution: Avoid using a negative width. (closes https://github.com/vim/vim/issues/12540, closes https://github.com/vim/vim/issues/12528)
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Jun 2023 23:00:04 +0200
parents 871e355e5732
children eed6e54017c5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
30475
871e355e5732 patch 9.0.0573: outdated dependencies go unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
1 version: 2
871e355e5732 patch 9.0.0573: outdated dependencies go unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
2 updates:
871e355e5732 patch 9.0.0573: outdated dependencies go unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
3 - package-ecosystem: "github-actions"
871e355e5732 patch 9.0.0573: outdated dependencies go unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
4 directory: "/"
871e355e5732 patch 9.0.0573: outdated dependencies go unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
5 schedule:
871e355e5732 patch 9.0.0573: outdated dependencies go unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
6 interval: "weekly"