mirror of
https://github.com/caddyserver/caddy.git
synced 2025-07-31 15:08:42 -04: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
18
.github/dependabot.yml
vendored
18
.github/dependabot.yml
vendored
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user