Skip to content

Commit

Permalink
Merge pull request #97 from Undertone0809/v1.1.8/reduce-fre-of-depend…
Browse files Browse the repository at this point in the history
…abot

perf: reduce the update frequency of dependabot
  • Loading branch information
Undertone0809 authored Mar 4, 2024
2 parents 4f15aa0 + f949515 commit 01ba8fa
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
allow:
- dependency-type: "all"
commit-message:
Expand All @@ -17,7 +17,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
allow:
- dependency-type: "all"
commit-message:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 😉
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 😉
Expand Down Expand Up @@ -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
```

### 输入变量
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
allow:
- dependency-type: "all"
commit-message:
Expand All @@ -17,7 +17,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
allow:
- dependency-type: "all"
commit-message:
Expand Down

0 comments on commit 01ba8fa

Please sign in to comment.