ci: reduce dependabot spam (#7078)

* ci: reduce dependabot spam

Signed-off-by: Mohammed Al Sahaf <msaa1990@gmail.com>

* group actions deps

Signed-off-by: Mohammed Al Sahaf <msaa1990@gmail.com>

---------

Signed-off-by: Mohammed Al Sahaf <msaa1990@gmail.com>
This commit is contained in:
Mohammed Al Sahaf 2025-07-25 01:40:00 +03:00 committed by GitHub
parent ab3b2d64ba
commit b7ae39e906
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,10 +3,20 @@ version: 2
updates: updates:
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/" directory: "/"
open-pull-requests-limit: 1
groups:
actions-deps:
patterns:
- "*"
schedule: schedule:
interval: "monthly" interval: "monthly"
- package-ecosystem: gomod - package-ecosystem: "gomod"
directory: / directory: "/"
open-pull-requests-limit: 1
groups:
all-updates:
patterns:
- "*"
schedule: schedule:
interval: weekly interval: "monthly"