mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
...
This commit is contained in:
parent
436ce33278
commit
a6a2a5b6e6
1 changed files with 4 additions and 1 deletions
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
|
|
@ -7,6 +7,9 @@ version: 2
|
|||
updates:
|
||||
- package-ecosystem: "gomod" # See documentation for possible values
|
||||
directory: "/" # Location of package manifests
|
||||
patterns: "*" # group all update PRs
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
groups:
|
||||
all-go-deps:
|
||||
patterns:
|
||||
- "*" # group all non-security update PRs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue