Skip to content

Commit

Permalink
Dependabot update for providers (#1295)
Browse files Browse the repository at this point in the history
* Typo

Signed-off-by: Thomas Poignant <[email protected]>

* dependabot support for kotlin + python provider

Signed-off-by: Thomas Poignant <[email protected]>

---------

Signed-off-by: Thomas Poignant <[email protected]>
  • Loading branch information
thomaspoignant authored Nov 24, 2023
1 parent e3f5f62 commit efe76f5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,26 @@ updates:
interval: weekly
time: "01:00"
open-pull-requests-limit: 30
labels:
- "dependencies"
- "automerge"

- package-ecosystem: gradle
directory: "/openfeature/providers/kotlin-provider/gofeatureflag-kotlin-provider"
schedule:
interval: weekly
time: "01:00"
open-pull-requests-limit: 30
labels:
- "dependencies"
- "automerge"

- package-ecosystem: pip
directory: "/openfeature/providers/python-provider"
schedule:
interval: weekly
time: "01:00"
open-pull-requests-limit: 30
labels:
- "dependencies"
- "automerge"
2 changes: 1 addition & 1 deletion openfeature/providers/python-provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ client = api.get_client(name="test-client")

## Evaluate your flag

This code block explain how you can create an `EvaluationContext` and use it to evaluate your flag.
This code block explains how you can create an `EvaluationContext` and use it to evaluate your flag.


> In this example we are evaluating a `boolean` flag, but other types are available.
Expand Down

0 comments on commit efe76f5

Please sign in to comment.