Skip to content

Commit

Permalink
Turn off Docker dependency-checking
Browse files Browse the repository at this point in the history
We're not building any Docker images, so Dependabot complains that it can't find a Dockerfile. This change fixes that.
  • Loading branch information
mogul authored Jun 13, 2024
1 parent 8efe7a5 commit 2aca11d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@

version: 2
updates:
- package-ecosystem: "docker" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "terraform" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
Expand Down

0 comments on commit 2aca11d

Please sign in to comment.