Skip to content

Commit 708e0a9

Browse files
committed
cruft: update template
1 parent 35866be commit 708e0a9

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

.cruft.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/iterative/py-template",
3-
"commit": "ff752e7a4b071b9bdbaf37dfd8bd6546a21be2cc",
3+
"commit": "f8dfd9b9f92abf2c1061d34399d7215df09184ca",
44
"context": {
55
"cookiecutter": {
66
"project_name": "dvc-task",

.github/dependabot.yml

+13
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,23 @@ updates:
77
interval: "weekly"
88
labels:
99
- "maintenance"
10+
# Update via cruft
11+
ignore:
12+
- dependency-name: "mkdocs*"
13+
- dependency-name: "pytest*"
14+
- dependency-name: "pylint"
15+
- dependency-name: "mypy"
1016

1117
- directory: "/"
1218
package-ecosystem: "github-actions"
1319
schedule:
1420
interval: "weekly"
1521
labels:
1622
- "maintenance"
23+
# Update via cruft
24+
ignore:
25+
- dependency-name: "actions/checkout"
26+
- dependency-name: "actions/setup-python"
27+
- dependency-name: "pypa/gh-action-pypi-publish"
28+
- dependency-name: "codecov/codecov-action"
29+
- dependency-name: "peter-evans/create-pull-request"

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
release:
55
types: [published]
66

7+
workflow_dispatch:
8+
79
env:
810
FORCE_COLOR: "1"
911

.github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request: {}
7+
pull_request:
8+
workflow_dispatch:
89

910
env:
1011
FORCE_COLOR: "1"

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ install_requires=
3434
docs =
3535
mkdocs==1.3.0
3636
mkdocs-gen-files==0.3.4
37-
mkdocs-material==8.3.2
37+
mkdocs-material==8.2.15
3838
mkdocs-section-index==0.3.4
3939
mkdocstrings-python==0.7.0
4040
tests =
@@ -44,7 +44,7 @@ tests =
4444
pytest-cov==3.0.0
4545
pytest-mock==3.7.0
4646
pylint==2.13.9
47-
mypy==0.961
47+
mypy==0.950
4848
pytest-test-utils>=0.0.6
4949
pytest-celery
5050
celery-types>=0.11.0

0 commit comments

Comments
 (0)