# Keeping sponsor lists up-to-date

DevFeed: [Keeping sponsor lists up-to-date](<https://devfeed.tech/articles/keeping-sponsor-lists-up-to-date-37848.md>)

Original publisher: [Read original article](<https://carlosbecker.com/posts/sponsors-gen/>)

Author: Carlos Alexandro Becker

Published: 2026-03-25T00:00:00Z

Content type: tutorial

Language: en

Sources: [Carlos Becker](<https://devfeed.tech/sources/carlos-becker.md>)

Topics: [Tool](<https://devfeed.tech/topics/tool.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [Go Language](<https://devfeed.tech/topics/go-language.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Template](<https://devfeed.tech/topics/template.md>), [sensitive data](<https://devfeed.tech/topics/sensitive-data.md>)

Tags: [commit](<https://devfeed.tech/tags/commit.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [github](<https://devfeed.tech/tags/github.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [go](<https://devfeed.tech/tags/go.md>), [scheduled](<https://devfeed.tech/tags/scheduled.md>), [sensitive-data](<https://devfeed.tech/tags/sensitive-data.md>), [template](<https://devfeed.tech/tags/template.md>)

## AI overview

The article introduces a Go tool that automates updating sponsor lists across README files and websites. It fetches sponsors from GitHub Sponsors and OpenCollective, renders content with Go templates, supports shared configuration and remote templates, and can run daily through GitHub Actions with automatic commits.

## Source excerpt

Keeping sponsor lists up-to-date across multiple READMEs and websites is tedious - so I wrote a tool to automate it.