From d44fe7719405b554524c6847f6711347471cd948 Mon Sep 17 00:00:00 2001 From: Vladislav Yatsun Date: Thu, 9 Nov 2023 16:21:26 +0100 Subject: [PATCH] chore: add comment with explanation --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d777833c1..49d85a8c3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,11 +2,12 @@ version: 2 updates: - package-ecosystem: "gradle" directory: "/" - open-pull-requests-limit: 0 schedule: interval: "weekly" day: "wednesday" time: "09:00" + # Disable version updates, keep security updates only + open-pull-requests-limit: 0 commit-message: # Prefix all commit messages with "chore: " prefix: "chore"