some cleanup efforts (#38)

* fix URLs for now

* trying to fix dependabot
This commit is contained in:
Peter Mikola
2024-05-01 06:36:02 +02:00
committed by GitHub
parent 8a119b2e19
commit 81daedb877
4 changed files with 14 additions and 12 deletions

View File

@@ -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] "

View File

@@ -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]

View File

@@ -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

View File

@@ -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)]