aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/dependabot.yml22
-rw-r--r--Cargo.toml6
2 files changed, 27 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..055e5197
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,22 @@
+version: 2
+updates:
+ - package-ecosystem: "cargo"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ groups:
+ smithay:
+ patterns:
+ - "smithay"
+ - "smithay-drm-extras"
+ rust-dependencies:
+ update-types:
+ - "minor"
+ - "patch"
+
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ ignore:
+ - dependency-name: "Andrew-Chen-Wang/github-wiki-action"
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"