mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-05-22 10:15:43 +02:00
b22c9cffc5
I misspelled this when I added the labels section in ca941ffb1825; seems it was using github_actions before.
19 lines
359 B
YAML
19 lines
359 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
labels:
|
|
- "maintenance"
|
|
- "dependencies"
|
|
- "go"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
labels:
|
|
- "maintenance"
|
|
- "dependencies"
|
|
- "github_actions"
|