Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Dec 30, 2024
1 parent ef0a030 commit 5eb7cbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/\{\{cookiecutter.project_name\}\}"
directory: "/{{cookiecutter.project_name}}"
schedule:
interval: daily
time: "02:00"
Expand All @@ -14,7 +14,7 @@ updates:
- ">=4.3,<5.2"

- package-ecosystem: pip
directory: "/\{\{cookiecutter.project_name\}\}/docker/django"
directory: "/{{cookiecutter.project_name}}/docker/django"
schedule:
interval: daily
time: "02:00"
Expand All @@ -28,7 +28,7 @@ updates:
open-pull-requests-limit: 10

- package-ecosystem: docker
directory: "/\{\{cookiecutter.project_name\}\}/docker/django"
directory: "/{{cookiecutter.project_name}}/docker/django"
schedule:
interval: daily
time: "02:00"
Expand Down

0 comments on commit 5eb7cbf

Please sign in to comment.