From c3a90031fd81f9cc620ee9aba9522dbbf63f774b Mon Sep 17 00:00:00 2001 From: neon_arch Date: Mon, 2 Oct 2023 18:03:46 +0300 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=A4=96=20ci:=20add=20dependabot=20aut?= =?UTF-8?q?o=20version=20bumping=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8bfbb7e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "monthly" From 8787e06d7d95f8df8723fdae617111ea3001b3e8 Mon Sep 17 00:00:00 2001 From: alamin655 Date: Mon, 2 Oct 2023 22:00:24 +0530 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=9A=80=20chore:=20Bump=20the=20app=20?= =?UTF-8?q?version=20(#290)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2984ffe..a5a81d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" From 055de8bd3cb832d5995247c1785817fd85378d47 Mon Sep 17 00:00:00 2001 From: alamin655 Date: Mon, 2 Oct 2023 22:00:59 +0530 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=9A=80=20chore:=20Bump=20the=20app=20?= =?UTF-8?q?version=20(#290)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index c4ed1e3..d070cf8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3932,7 +3932,7 @@ dependencies = [ [[package]] name = "websurfx" -version = "1.0.0" +version = "1.0.1" dependencies = [ "actix-cors", "actix-files", From b577f6909dcd088765643f935867d144f477c6a1 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Mon, 2 Oct 2023 19:54:22 +0300 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=A4=96=20ci:=20enable=20auto-updates?= =?UTF-8?q?=20for=20docker,=20cargo=20and=20github=20actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8bfbb7e..dc1715a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,14 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - - package-ecosystem: "" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "monthly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + - package-ecosystem: "docker" + directory: "/" schedule: interval: "monthly"