diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-06-02 18:46:00 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-06-02 18:46:17 +0000 |
commit | 9d94d6d1accbfba78fa7212dbc7aa3ab6afc7b58 (patch) | |
tree | 8ef635d8ebd5a2c3d4b907e9cdd3b264403fcc92 | |
parent | Merge pull request #1427 from svenstaro/dependabot/cargo/zip-2.1.1 (diff) | |
download | miniserve-9d94d6d1accbfba78fa7212dbc7aa3ab6afc7b58.tar.gz miniserve-9d94d6d1accbfba78fa7212dbc7aa3ab6afc7b58.zip |
Configure dependabot to group dependency upgrades
-rw-r--r-- | .github/dependabot.yml | 14 |
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: + - "*" |