aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/dependabot.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 2350439c..055e5197 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -5,7 +5,18 @@ updates:
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"