<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/the-dependabot-proxy-is-now-open-source-with-an-mit-license-gcl7f5nxs" -->

---
title: The Dependabot Proxy is now open source with an MIT license
description: GitHub has released the Dependabot Proxy as open source under the MIT license. The HTTP proxy, built in Go, handles authentication when Dependabot connects to...
canonical: https://daily.dev/posts/the-dependabot-proxy-is-now-open-source-with-an-mit-license-gcl7f5nxs
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: The Dependabot Proxy is now open source with an MIT license | daily.dev
og:description: GitHub has released the Dependabot Proxy as open source under the MIT license. The HTTP proxy, built in Go, handles authentication when Dependabot connects to...
og:url: https://daily.dev/posts/the-dependabot-proxy-is-now-open-source-with-an-mit-license-gcl7f5nxs
og:image: https://api.daily.dev/og/posts/GcL7F5nXS.png
og:image:alt: The Dependabot Proxy is now open source with an MIT license
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# The Dependabot Proxy is now open source with an MIT license

**[GitHub Changelog](https://daily.dev/sources/github_updates)** · 1 min read · 0 upvotes · 0 comments

## Summary

GitHub has released the Dependabot Proxy as open source under the MIT license. The HTTP proxy, built in Go, handles authentication when Dependabot connects to the GitHub API and private package registries. It supports multiple package managers (npm, Maven, Docker, Cargo, Helm, NuGet, pip, RubyGems, Terraform) and Git servers. Developers can now review the source code, submit bug fixes, add support for new ecosystems, and file issues. This transparency is particularly valuable for organizations with compliance requirements who need to audit their software supply chain tools.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://github.blog/changelog/2026-02-03-the-dependabot-proxy-is-now-open-source-with-an-mit-license>

## Similar posts on daily.dev

- [proxy](https://daily.dev/posts/proxy-aiqzpviwl) · Andrew Nesbitt · 1 upvotes · 0 comments
- [Automatic Dependabot access to GitHub-hosted registries](https://daily.dev/posts/automatic-dependabot-access-to-github-hosted-registries-l3b8qstfa) · GitHub Changelog · 0 upvotes · 0 comments
- [Dependabot now supports pre-commit hooks](https://daily.dev/posts/dependabot-now-supports-pre-commit-hooks-uqa45pwzo) · GitHub Changelog · 0 upvotes · 0 comments
- [Dependency scanning with GitHub MCP Server is in public preview](https://daily.dev/posts/dependency-scanning-with-github-mcp-server-is-in-public-preview-whyxkmvg4) · GitHub Changelog · 1 upvotes · 0 comments

---

Tags: [#security](https://daily.dev/tags/security), [#open-source](https://daily.dev/tags/open-source), [#github](https://daily.dev/tags/github), [#golang](https://daily.dev/tags/golang), [#dependabot](https://daily.dev/tags/dependabot)

[View this post on daily.dev](https://daily.dev/posts/the-dependabot-proxy-is-now-open-source-with-an-mit-license-gcl7f5nxs)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"The Dependabot Proxy is now open source with an MIT license","url":"https://daily.dev/posts/the-dependabot-proxy-is-now-open-source-with-an-mit-license-gcl7f5nxs","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/the-dependabot-proxy-is-now-open-source-with-an-mit-license-gcl7f5nxs"},"datePublished":"2026-02-03T17:01:15.428Z","dateModified":"2026-02-03T17:01:32.980Z","description":"GitHub has released the Dependabot Proxy as open source under the MIT license. The HTTP proxy, built in Go, handles authentication when Dependabot connects to...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/a616121847031733677ba59d6845e694?_a=AQAEulh","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/a616121847031733677ba59d6845e694?_a=AQAEulh","isAccessibleForFree":true,"articleSection":"GitHub Changelog","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"GitHub Changelog","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/15004b7835da4d89b02b115871f0f6dc","url":"https://daily.dev/sources/github_updates"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/the-dependabot-proxy-is-now-open-source-with-an-mit-license-gcl7f5nxs","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"security,open-source,github,golang,dependabot","timeRequired":"PT1M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"GitHub Changelog","item":"https://daily.dev/sources/github_updates"},{"@type":"ListItem","position":3,"name":"The Dependabot Proxy is now open source with an MIT license"}]}
```

