From 06d571ed7f093015a216db8322740150b229b385 Mon Sep 17 00:00:00 2001 From: Lukas Devos Date: Thu, 13 Aug 2026 16:07:24 +0200 Subject: [PATCH] Simplify dependabot.yml for Julia packages Updated the dependabot configuration to simplify Julia package directories, makes workspaces behave correctly for test compat entries. --- .github/dependabot.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f1168e0e2..dd48cf6b7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,14 +1,12 @@ +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 updates: - package-ecosystem: "github-actions" - directory: "/" + directory: "/" # Location of package manifests schedule: interval: "weekly" - package-ecosystem: "julia" - directories: # workspace members each need their own entry - - "/" - - "/test" - - "/docs" + directory: "/" schedule: interval: "weekly" groups: # uncomment to group all julia package updates into a single PR