Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

- package-ecosystem: "julia"
directories:
- "/"
Copy link
Member

@giordano giordano Dec 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you use workspaces for docs, tests, benchmarks, like in NumericalEarth/Breeze.jl#208, you can keep only root and lib/reactantcore, the benefit being that you have a single PR for all workspaces.

- "/lib/ReactantCore"
schedule:
interval: "weekly"
48 changes: 0 additions & 48 deletions .github/workflows/CompatHelper.yml

This file was deleted.

3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
YaoBlocks = "418bc28f-b43b-5e0b-a6e7-61bbc1a2c1df"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[workspace]
projects = ["docs", "test", "benchmark"]

[sources]
ReactantCore = {path = "lib/ReactantCore"}

Expand Down
Loading