From 907c7a5795468c7af3850e171e9b502cf3e31b15 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 27 May 2025 07:24:42 -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 79d0e38..2bdd77b 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 a7409b34c5350f8006536aced73558258168dc74 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 27 May 2025 07:24:52 -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 2bdd77b..b51dce3 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