0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 05:58:21 -05:00

Merge pull request #290 from neon-mmd/ci-dependabot-auto-version-updates

🤖 Dependabot to auto bump version numbers
This commit is contained in:
alamin655 2023-10-03 09:00:30 +05:30 committed by GitHub
commit 8a2a9ffc43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 2 deletions

14
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"

2
Cargo.lock generated
View File

@ -3932,7 +3932,7 @@ dependencies = [
[[package]]
name = "websurfx"
version = "1.0.0"
version = "1.0.1"
dependencies = [
"actix-cors",
"actix-files",

View File

@ -1,6 +1,6 @@
[package]
name = "websurfx"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
repository = "https://github.com/neon-mmd/websurfx"