From 21f9c92c0279080eaf4ad531cb6b9e7dd7bd3e57 Mon Sep 17 00:00:00 2001 From: csteiner <47841949+clintonsteiner@users.noreply.github.com> Date: Fri, 20 Dec 2024 00:11:15 -0600 Subject: [PATCH] Update dependabot.yml - fix yamllint trailing space --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index edf307b5a..7d25a84b5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,6 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "daily" + interval: "daily" ignore: - dependency-name: "black"