Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ updates:

# Enable version updates for Docker
- package-ecosystem: "docker"
directory: '/{{cookiecutter.project_name|replace(" ", "")}}/'
directories:
# We need to use directories in order to get wildcard support, otherwise we have a mess with trying to escape the {{}} for the template
# Related: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#directories-or-directory--
- '/**/*'
schedule:
interval: "weekly"
day: "monday"
Expand Down
Loading