From a38a5c529f1b8b477e18b478bfb097ee3f4c1671 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Thu, 2 Jan 2025 09:52:51 +0300 Subject: Create dependabot.yml Copied from Helix. --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4d09d645..9768f414 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,9 @@ [workspace] -members = ["niri-visual-tests"] +members = [ + "niri-config", + "niri-ipc", + "niri-visual-tests", +] [workspace.package] version = "0.1.10" -- cgit