mirror of
https://github.com/tauri-apps/verso.git
synced 2026-01-31 00:55:21 +01:00
some cleanup efforts (#38)
* fix URLs for now * trying to fix dependabot
This commit is contained in:
16
.github/dependabot.yaml
vendored
16
.github/dependabot.yaml
vendored
@@ -7,8 +7,13 @@ updates:
|
||||
interval: "daily"
|
||||
open-pull-requests-limit: 0
|
||||
groups:
|
||||
security-updates:
|
||||
applies-to: "security-updates"
|
||||
security-updates:
|
||||
applies-to: security-updates
|
||||
patterns:
|
||||
- "*"
|
||||
update-types:
|
||||
- "patch"
|
||||
- "minor"
|
||||
ignore:
|
||||
- dependency-name: "libservo"
|
||||
allow:
|
||||
@@ -19,15 +24,12 @@ updates:
|
||||
prefix: ":arrow_up: [dependabot] "
|
||||
# GHA
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "sunday"
|
||||
time: "10:00"
|
||||
open-pull-requests-limit: 0
|
||||
groups:
|
||||
all-actions:
|
||||
patterns: [ "*" ]
|
||||
reviewers:
|
||||
- "mikopet"
|
||||
commit-message:
|
||||
prefix: ":arrow_up: [dependabot] "
|
||||
|
||||
|
||||
@@ -6,10 +6,10 @@ version = "0.0.1"
|
||||
authors = ["Wu Yu Wei"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
description = "A web browser"
|
||||
description = "An innovative web browser"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/wusyong/verso"
|
||||
documentation = "https://docs.rs/verso"
|
||||
repository = "https://github.com/european-browser/verso"
|
||||
#documentation = "https://docs.rs/"
|
||||
categories = ["Web programming"]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
A web browser that plays old world blues to build new world hope.
|
||||
|
||||
https://github.com/wusyong/Yippee/assets/8409985/a7a92fa4-5980-44d1-a9b5-81ff23c01ba6
|
||||
https://github.com/european-browser/verso/assets/8409985/a7a92fa4-5980-44d1-a9b5-81ff23c01ba6
|
||||
|
||||
# Usage
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//! Verso Web Browser
|
||||
//!
|
||||
//! This is the documentation of Verso's types and items. See [Github page](https://github.com/wusyong/Verso) for more general introduction.
|
||||
//! This is the documentation of Verso's types and items. See [Github page](https://github.com/european-browser/verso) for more general introduction.
|
||||
|
||||
#![deny(missing_docs)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user