open-feature / .github

This repository stores various defaults for the GitHub organization
https://openfeature.dev
Apache License 2.0
3 stars 4 forks source link

Add base renovate config #20

Closed beeme1mr closed 1 year ago

beeme1mr commented 1 year ago

Adds an org wide Renovate configuration that can be included in any repo interested in using it.

A repo can reference shared config like this:

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": ["github>open-feature/.github"]
}

Resources:

Signed-off-by: Michael Beemer beeme1mr@users.noreply.github.com

beeme1mr commented 1 year ago

Testing this configuration in the playground repo. If successful, I suggest we merge this so other projects can use it.

https://github.com/open-feature/playground/pull/107