mirror of
https://github.com/go-gitea/gitea.git
synced 2026-01-28 01:52:58 +01:00
31 lines
619 B
YAML
31 lines
619 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
groups:
|
|
all-gomod:
|
|
patterns: [ "*" ]
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
groups:
|
|
all-actions:
|
|
patterns: [ "*" ]
|
|
- package-ecosystem: "devcontainers"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
groups:
|
|
all-devcontainers:
|
|
patterns: [ "*" ]
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
groups:
|
|
all-npm:
|
|
patterns: [ "*" ]
|