mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
...
This commit is contained in:
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
@@ -7,6 +7,9 @@ version: 2
|
|||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "gomod" # See documentation for possible values
|
- package-ecosystem: "gomod" # See documentation for possible values
|
||||||
directory: "/" # Location of package manifests
|
directory: "/" # Location of package manifests
|
||||||
patterns: "*" # group all update PRs
|
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
groups:
|
||||||
|
all-go-deps:
|
||||||
|
patterns:
|
||||||
|
- "*" # group all non-security update PRs
|
||||||
|
|||||||
Reference in New Issue
Block a user