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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
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
180
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 13
javiergs
PRO
0
320
SourceGeneratorのマーカー属性問題について
htkym
0
180
ベクトル検索のフィルタを用いた機械学習モデルとの統合 / python-meetup-fukuoka-06-vector-attr
monochromegane
2
380
Agent Skills Workshop - AIへの頼み方を仕組み化する
gotalab555
15
8.5k
Fundamentals of Software Engineering In the Age of AI
therealdanvega
1
240
CDIの誤解しがちな仕様とその対処TIPS
futokiyo
0
200
2026年は Rust 置き換えが流行る! / 20260220-niigata-5min-tech
girigiribauer
0
230
AWS×クラウドネイティブソフトウェア設計 / AWS x Cloud-Native Software Design
nrslib
15
3k
Claude Codeセッション現状確認 2026福岡 / fukuoka-aicoding-00-beacon
monochromegane
4
410
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
240
Rで始めるML・LLM活用入門
wakamatsu_takumu
0
170
DevinとClaude Code、SREの現場で使い倒してみた件
karia
1
1k
Featured
See All Featured
Utilizing Notion as your number one productivity tool
mfonobong
4
250
Writing Fast Ruby
sferik
630
63k
A Guide to Academic Writing Using Generative AI - A Workshop
ks91
PRO
0
230
Bridging the Design Gap: How Collaborative Modelling removes blockers to flow between stakeholders and teams @FastFlow conf
baasie
0
470
Navigating Algorithm Shifts & AI Overviews - #SMXNext
aleyda
1
1.2k
Into the Great Unknown - MozCon
thekraken
40
2.3k
What the history of the web can teach us about the future of AI
inesmontani
PRO
1
460
sira's awesome portfolio website redesign presentation
elsirapls
0
190
Joys of Absence: A Defence of Solitary Play
codingconduct
1
300
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
470
Between Models and Reality
mayunak
2
230
Darren the Foodie - Storyboard
khoart
PRO
3
2.8k
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