Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some cleanup efforts #38

Merged
merged 2 commits into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -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)]

Expand Down
Loading