aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/dependabot.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 53a1029..81c1655 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -9,11 +9,26 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
+ groups:
+ node-deps:
+ applies-to: version-updates
+ patterns:
+ - "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
+ groups:
+ gha-deps:
+ applies-to: version-updates
+ patterns:
+ - "*"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
+ groups:
+ cargo-deps:
+ applies-to: version-updates
+ patterns:
+ - "*" \ No newline at end of file