We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c46d0 commit 96b6be8Copy full SHA for 96b6be8
1 file changed
.github/dependabot.yml
@@ -49,7 +49,10 @@ updates:
49
50
# Enable version updates for Docker
51
- package-ecosystem: "docker"
52
- directory: '/{{cookiecutter.project_name|replace(" ", "")}}/'
+ directories:
53
+ # We need to use directories in order to get wildcard support, otherwise we have a mess with trying to escape the {{}} for the template
54
+ # Related: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#directories-or-directory--
55
+ - '/**/*'
56
schedule:
57
interval: "weekly"
58
day: "monday"
0 commit comments