Skip to content

Commit 13a74f8

Browse files
committed
Updated cookiecutter.json
Per issue #15, made dependabot configuration non-optional.
1 parent 509464d commit 13a74f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cookiecutter.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"license": ["apache-2.0","agpl-3.0","bsd-2-clause","bsd-3-clause","bsl-1.0","cc0-1.0","epl-2.0","gpl-2.0","gpl-3.0","lgpl-2.1"],
1919
"use_pydantic_settings": true,
2020
"log_to_file": true,
21-
"use_dependabot": true,
2221
"python_testing_matrix": [
2322
"{{ cookiecutter._python_versions }}",
2423
"{{ cookiecutter._python_versions[0] }}",
@@ -75,7 +74,6 @@
7574
},
7675
"use_pydantic_settings": "Configure CLI settings with pydantic-settings",
7776
"log_to_file": "Configure CLI to log to a file",
78-
"use_dependabot": "Configure automated dependency updates"
7977
}
8078
}
8179

0 commit comments

Comments
 (0)