aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-06-02 18:46:00 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-06-02 18:46:17 +0000
commit9d94d6d1accbfba78fa7212dbc7aa3ab6afc7b58 (patch)
tree8ef635d8ebd5a2c3d4b907e9cdd3b264403fcc92 /.github
parentMerge pull request #1427 from svenstaro/dependabot/cargo/zip-2.1.1 (diff)
downloadminiserve-9d94d6d1accbfba78fa7212dbc7aa3ab6afc7b58.tar.gz
miniserve-9d94d6d1accbfba78fa7212dbc7aa3ab6afc7b58.zip
Configure dependabot to group dependency upgrades
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml14
1 files changed, 8 insertions, 6 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index c11601f..d496cb5 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,8 +1,10 @@
version: 2
updates:
-- package-ecosystem: cargo
- directory: "/"
- schedule:
- interval: daily
- time: "04:00"
- open-pull-requests-limit: 10
+ - package-ecosystem: cargo
+ directory: "/"
+ schedule:
+ interval: monthly
+ groups:
+ all-dependencies:
+ patterns:
+ - "*"