From 3a83cb15facc0d197f060325eb34f4514888139a Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 3 Nov 2024 07:43:40 +0100 Subject: [PATCH] Two spaces before a comment is more readable than one --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index be006de9..4b5e1c76 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,6 @@ updates: groups: github-actions: patterns: - - "*" # Group all Actions updates into a single larger pull request + - "*" # Group all Actions updates into a single larger pull request schedule: interval: weekly