From 5678c9e225db9b5775c45f3e1cb65aa089fd78af Mon Sep 17 00:00:00 2001 From: JeffreyChen <33644111+JE-Chen@users.noreply.github.com> Date: Mon, 29 May 2023 10:45:38 +0800 Subject: [PATCH] Update stable version and Add dependabot Update stable version and Add dependabot --- .github/dependabot.yml | 11 +++++++++++ stable.toml => dev.toml | 4 ++-- pyproject.toml | 4 ++-- 3 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 .github/dependabot.yml rename stable.toml => dev.toml (94%) diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ba1c6b8 --- /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: "pip" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" diff --git a/stable.toml b/dev.toml similarity index 94% rename from stable.toml rename to dev.toml index bfc7c8e..2e27285 100644 --- a/stable.toml +++ b/dev.toml @@ -5,8 +5,8 @@ requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] -name = "automation_file" -version = "0.0.2" +name = "automation_file_dev" +version = "0.0.4" authors = [ { name = "JE-Chen", email = "zenmailman@gmail.com" }, ] diff --git a/pyproject.toml b/pyproject.toml index 2e27285..7acf2c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,8 +5,8 @@ requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] -name = "automation_file_dev" -version = "0.0.4" +name = "automation_file" +version = "0.0.3" authors = [ { name = "JE-Chen", email = "zenmailman@gmail.com" }, ]