From 106474bd3a97977e4c2969a0a19a80dfc5bed567 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 27 May 2025 07:22:38 -0700 Subject: [PATCH 1/2] Fix indentation --- .github/dependabot.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 79d0e38c..2bdd77b0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,11 @@ version: 2 updates: -- package-ecosystem: pip - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 -- package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: daily + - package-ecosystem: pip + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily From 396668cb4e7aaffc7099f37018e5ce89035ad655 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 27 May 2025 07:23:05 -0700 Subject: [PATCH 2/2] Switch to uv in Dependabot --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2bdd77b0..b51dce3c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: pip + - package-ecosystem: uv directory: "/" schedule: interval: daily