mirror of
https://github.com/kopia/kopia.git
synced 2026-03-28 11:03:44 -04:00
The source code for htmlui is now in github.com/kopia/htmlui GitHub Actions will drop compiled builds in github.com/kopia/htmluibuild where they are now used as a go module dependency. This greatly simplifies the build and improves the security, because Kopia will be consuming pre-built htmlui. This also means kopia can now installed with embedded UI using: `go install github.com/kopia/kopia@latest`
15 lines
288 B
YAML
15 lines
288 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: gomod
|
|
directory: "/"
|
|
schedule:
|
|
interval: monthly
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: monthly
|
|
- package-ecosystem: npm
|
|
directory: "/app"
|
|
schedule:
|
|
interval: monthly
|