Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Dependabot :heart: Terraform
Search
mo khan
July 22, 2021
Programming
0
80
Dependabot :heart: Terraform
Watch the video.
https://youtu.be/y6yLPXvZE6k
mo khan
July 22, 2021
Tweet
Share
More Decks by mo khan
See All by mo khan
SAML
xlgmokha
0
28
chef: a test driven tour
xlgmokha
0
170
Rails Performance Optimization - YYC Ruby
xlgmokha
0
110
Shortening the Feedback Loop
xlgmokha
0
42
Other Decks in Programming
See All in Programming
CSC307 Lecture 06
javiergs
PRO
0
690
なるべく楽してバックエンドに型をつけたい!(楽とは言ってない)
hibiki_cube
0
140
AWS re:Invent 2025参加 直前 Seattle-Tacoma Airport(SEA)におけるハードウェア紛失インシデントLT
tetutetu214
2
120
Metaprogramming isn't real, it can't hurt you
okuramasafumi
0
100
Amazon Bedrockを活用したRAGの品質管理パイプライン構築
tosuri13
5
810
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
630
MDN Web Docs に日本語翻訳でコントリビュート
ohmori_yusuke
0
660
CSC307 Lecture 07
javiergs
PRO
1
560
Package Management Learnings from Homebrew
mikemcquaid
0
230
2026年 エンジニアリング自己学習法
yumechi
0
140
humanlayerのブログから学ぶ、良いCLAUDE.mdの書き方
tsukamoto1783
0
200
CSC307 Lecture 04
javiergs
PRO
0
660
Featured
See All Featured
WCS-LA-2024
lcolladotor
0
450
Navigating Algorithm Shifts & AI Overviews - #SMXNext
aleyda
0
1.1k
Have SEOs Ruined the Internet? - User Awareness of SEO in 2025
akashhashmi
0
270
Why Mistakes Are the Best Teachers: Turning Failure into a Pathway for Growth
auna
0
58
The Invisible Side of Design
smashingmag
302
51k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
35
2.4k
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.3k
Context Engineering - Making Every Token Count
addyosmani
9
670
Producing Creativity
orderedlist
PRO
348
40k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.7k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.6k
Ten Tips & Tricks for a 🌱 transition
stuffmc
0
72
Transcript
None
mo khan Senior Software Engineer Dependabot HashiTalks: Build / Dependabot
💖 Terraform mo khan (he/him) @xlgmokha / 2021-07-22
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 Dependabot 💖 Terraform
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 Chapter 1 Why? Chapter 2 What? Chapter 3 How? Dependabot Versions Dependencie s Overview
$ go mod init
$ go get github.com/sirupsen/
[email protected]
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 Dependency Where did that dependency come from? Where did THAT dependency come from?
$ less go.sum
Dependencies have needs HashiTalks: Build / Dependabot 💖 Terraform mo
khan (he/him) @xlgmokha / 2021-07-22
Dependencies are vulnerable HashiTalks: Build / Dependabot 💖 Terraform mo
khan (he/him) @xlgmokha / 2021-07-22
$ go get github.com/sirupsen/
[email protected]
Breaking changes New features Bugs HashiTalks: Build / Dependabot 💖
Terraform mo khan (he/him) @xlgmokha / 2021-07-22
1.0.0
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 go.mod For developers Title Text
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 go.sum For machines
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 main.tf For developers Title Text
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 .terraform.lock.hcl For machines
Dependabot Now available Let me update that for you.
Demo
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 go mod .dependabot.yml Title Text
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 go mod Pull Request Title Text
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 go mod Update logs Title Text
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 Terraform Pull Request Title Text
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 Dependency? Dependabot!
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 Docs Title Text
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 Dependabot updates dependencies for you.
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 K, thanks, bye! github.com/dependabot
None