From c8af217196b1f2000a49108db6f84a672a0885d7 Mon Sep 17 00:00:00 2001 From: jverzani Date: Wed, 26 Nov 2025 14:01:52 -0500 Subject: [PATCH] update dependabot --- .github/dependabot.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 700707ce..264572b2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,12 @@ -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + version: 2 +enable-beta-ecosystems: true updates: - - package-ecosystem: "github-actions" + - package-ecosystem: "julia" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "weekly"