mirror of
https://github.com/caddyserver/caddy.git
synced 2025-10-19 07:43:17 +00:00
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:
parent
ab3b2d64ba
commit
b7ae39e906
1 changed files with 14 additions and 4 deletions
16
.github/dependabot.yml
vendored
16
.github/dependabot.yml
vendored
|
@ -3,10 +3,20 @@ version: 2
|
|||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
open-pull-requests-limit: 1
|
||||
groups:
|
||||
actions-deps:
|
||||
patterns:
|
||||
- "*"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
|
||||
- package-ecosystem: gomod
|
||||
directory: /
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/"
|
||||
open-pull-requests-limit: 1
|
||||
groups:
|
||||
all-updates:
|
||||
patterns:
|
||||
- "*"
|
||||
schedule:
|
||||
interval: weekly
|
||||
interval: "monthly"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue