Skip to content

Commit

Permalink
fix: fix yaml whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber authored Apr 2, 2024
1 parent b2583f6 commit 61a7893
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions {{ cookiecutter.__package_name_kebab_case }}/.github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ updates:
prefix-development: "ci"
include: scope
groups:
ci-dependencies:
patterns:
- "*"
ci-dependencies:
patterns:
- "*"
{%- if cookiecutter.with_fastapi_api|int or cookiecutter.with_streamlit_app|int or cookiecutter.with_typer_cli|int %}
- package-ecosystem: pip
directory: /
Expand All @@ -26,9 +26,9 @@ updates:
allow:
- dependency-type: production
groups:
runtime-dependencies:
patterns:
- "*"
runtime-dependencies:
patterns:
- "*"
{%- endif %}
- package-ecosystem: pip
directory: /
Expand All @@ -42,9 +42,9 @@ updates:
allow:
- dependency-type: development
groups:
development-dependencies:
patterns:
- "*"
development-dependencies:
patterns:
- "*"
- package-ecosystem: pip
directory: /
schedule:
Expand All @@ -57,6 +57,6 @@ updates:
allow:
- dependency-type: indirect
groups:
transitive-dependencies:
patterns:
- "*"
transitive-dependencies:
patterns:
- "*"

0 comments on commit 61a7893

Please sign in to comment.