mirror of
https://github.com/x-motemen/ghq.git
synced 2026-09-10 07:26:27 -04:00
Group Dependabot updates for golang.org/x and actions
Group golang.org/x/* Go module updates and actions/* GitHub Actions updates into single grouped pull requests respectively. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7be4cd47-9ad4-4e96-8ef4-af53bd5fad6c
This commit is contained in:
parent
743f5e5a5f
commit
d5bad01dff
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
|
|
@ -4,7 +4,15 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
groups:
|
||||
golang-x:
|
||||
patterns:
|
||||
- "golang.org/x/*"
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
groups:
|
||||
actions:
|
||||
patterns:
|
||||
- "actions/*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue