From aa6500dbcf72036bf2f90bff69a686009fa32736 Mon Sep 17 00:00:00 2001 From: Valentin Kaisermayer <50108075+ValentinKaisermayer@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:54:11 +0200 Subject: [PATCH] Adds dependabot.yml --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..72953c3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + - package-ecosystem: "julia" + directory: "/" # Location of package manifests + schedule: + interval: "weekly"