From 381d10025a273e4afa8fcf7adee6af6a689d80a9 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 27 May 2025 07:23:52 -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 146910dc8fd5f3c4b3ab3f708e2c0be41b997c6f Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 27 May 2025 07:24:03 -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