From: Viktor Szakats Date: Sun, 2 Nov 2025 16:45:33 +0000 (+0100) Subject: GHA/dependabot: tidy-ups X-Git-Tag: curl-8_17_0~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ffa8307b507a30a7b6f1761f442eb27b2b1ccc9;p=thirdparty%2Fcurl.git GHA/dependabot: tidy-ups --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 735fdd107b..c68d6301ef 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,8 @@ # # SPDX-License-Identifier: curl +# https://docs.github.com/code-security/dependabot/working-with-dependabot/dependabot-options-reference + version: 2 updates: - package-ecosystem: 'github-actions' @@ -19,8 +21,8 @@ updates: - package-ecosystem: 'pip' directories: - - '/.github/scripts' - - '/tests' + - '.github/scripts' + - 'tests' schedule: interval: 'monthly' cooldown: