From 97e8837c0611048656bf5ffcc59f6750540158f1 Mon Sep 17 00:00:00 2001 From: Shravan Goswami Date: Wed, 24 Jun 2026 13:41:59 +0530 Subject: [PATCH] Add Dependabot config --- .github/dependabot.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..8bff1c4e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,27 @@ +version: 2 + +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + all-github-actions-packages: + patterns: + - "*" + + - package-ecosystem: "julia" + directories: + - "/" + - "/docs" + - "/examples/gaussian-process" + - "/examples/gaussian-ssm" + - "/examples/levy-ssm" + - "/examples/particle-gibbs" + - "/test" + schedule: + interval: "weekly" + groups: + all-julia-packages: + patterns: + - "*"