diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7298930..5f1c193 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "daily" + interval: "weekly" allow: - dependency-type: "all" commit-message: @@ -17,7 +17,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" allow: - dependency-type: "all" commit-message: diff --git a/README.md b/README.md index 2d3b422..22dcc91 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Your next Python package needs a bleeding-edge project structure. ```bash pip install cookiecutter -cookiecutter gh:Undertone0809/python-package-template --checkout v1.1.7 +cookiecutter gh:Undertone0809/python-package-template --checkout v1.1.8 ``` > All you need is the latest version of cookiecutter 😉 @@ -72,7 +72,7 @@ pip install -U cookiecutter then go to a directory where you want to create your project and run: ```bash -cookiecutter gh:Undertone0809/python-package-template --checkout v1.1.7 +cookiecutter gh:Undertone0809/python-package-template --checkout v1.1.8 ``` ### Input variables diff --git a/README_zh.md b/README_zh.md index e1282f1..93d9edd 100644 --- a/README_zh.md +++ b/README_zh.md @@ -21,7 +21,7 @@ ```bash pip install cookiecutter -cookiecutter gh:Undertone0809/python-package-template --checkout v1.1.7 +cookiecutter gh:Undertone0809/python-package-template --checkout v1.1.8 ``` > 你所需要的只是最新版本的 cookiecutter 😉 @@ -70,7 +70,7 @@ pip install -U cookiecutter 然后转到你想创建项目的目录并运行: ```bash -cookiecutter gh:Undertone0809/python-package-template --checkout v1.1.7 +cookiecutter gh:Undertone0809/python-package-template --checkout v1.1.8 ``` ### 输入变量 diff --git a/pyproject.toml b/pyproject.toml index d4461af..00520a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "python-package-template" -version = "1.1.7" +version = "1.1.8" description = "Cookiecutter template for Python cli/packages" readme = "README.md" authors = ["Zeeland "] diff --git a/{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}/.github/dependabot.yml b/{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}/.github/dependabot.yml index f6c346e..29d448c 100644 --- a/{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}/.github/dependabot.yml +++ b/{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "daily" + interval: "weekly" allow: - dependency-type: "all" commit-message: @@ -17,7 +17,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" allow: - dependency-type: "all" commit-message: