From a57b0194a609a96bb29e28ae391331801d4e1675 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 16 Jun 2024 11:05:38 -0700 Subject: [PATCH] Correct comments --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 55c156a6..f74783d9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,8 @@ version: 2 updates: - - package-ecosystem: "github-actions" # Necessary to update action hashs + - package-ecosystem: "github-actions" # Necessary to update action hashes. directory: "/" schedule: interval: "monthly" - # Allow up to 3 opened pull requests for github-actions versions + # Allow up to 3 opened pull requests for github-actions versions. open-pull-requests-limit: 3