Skip to content

Commit

Permalink
fix(ci): fix dependabot docker action
Browse files Browse the repository at this point in the history
Dependabot already searches for any files matching
`f.match?(/dockerfile/i)` within the given directory, we don't need to
give it hints about filenames

Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
  • Loading branch information
dnwe committed Apr 25, 2024
1 parent 532dda6 commit 1cb9154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: 2
updates:
- package-ecosystem: docker
directory: "/Dockerfile.*"
directory: /
schedule:
interval: daily
labels:
Expand Down

0 comments on commit 1cb9154

Please sign in to comment.