From 72dd51658bc98fd39629600aa7781164262944d9 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali <atif@coder.com> Date: Mon, 9 Sep 2024 10:43:48 +0500 Subject: [PATCH] make formatter happy --- .github/dependabot.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fd67f4d..c032ff2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,9 @@ version: 2 updates: - - package-ecosystem: "gomod" + - package-ecosystem: 'gomod' directories: - - "/" - - "/internal/examples" - - "/internal/thirdparty" + - '/' + - '/internal/examples' + - '/internal/thirdparty' schedule: - interval: "weekly" + interval: 'weekly' -- GitLab