Skip to content

Google Kubernetes Engine releases scrapper generating Renovate Custom Datasource JSON.

Notifications You must be signed in to change notification settings

Kong/gke-renovate-datasource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gke-renovate-datasource

This repository contains a Go program that scrapes Google Kubernetes Engine release notes and generates JSON files that can be used as a Renovate Custom Datasource.

The JSON files are stored in the static directory and can be simply used like so in your renovate.json:

{
  "customDatasources": {
    "gke-rapid": {
      "defaultRegistryUrlTemplate": "https://raw.githubusercontent.com/kong/gke-renovate-datasource/main/static/rapid.json",
      "format": "json"
    }
  }
}

Supported channels:

A nightly job is run to update the JSON files in the main branch.

About

Google Kubernetes Engine releases scrapper generating Renovate Custom Datasource JSON.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published