File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
examples/openfeature_kotlin_server/kotlin-app Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -76,17 +76,17 @@ updates:
76
76
prefix : " chore"
77
77
78
78
# Providers
79
- - package-ecosystem : gradle
80
- directory : " /openfeature/providers/kotlin-provider/gofeatureflag-kotlin-provider"
81
- schedule :
82
- interval : weekly
83
- time : " 01:00"
84
- open-pull-requests-limit : 10
85
- labels :
86
- - " dependencies"
87
- - " automerge"
88
- commit-message :
89
- prefix : " chore"
79
+ # - package-ecosystem: gradle
80
+ # directory: "/openfeature/providers/kotlin-provider/gofeatureflag-kotlin-provider"
81
+ # schedule:
82
+ # interval: weekly
83
+ # time: "01:00"
84
+ # open-pull-requests-limit: 10
85
+ # labels:
86
+ # - "dependencies"
87
+ # - "automerge"
88
+ # commit-message:
89
+ # prefix: "chore"
90
90
91
91
- package-ecosystem : pip
92
92
directory : " /openfeature/providers/python-provider"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repositories {
16
16
17
17
dependencies {
18
18
testImplementation(kotlin(" test" ))
19
- implementation(" dev.openfeature.contrib.providers:go-feature-flag:0.4.0 " )
19
+ implementation(" dev.openfeature.contrib.providers:go-feature-flag:0.4.1 " )
20
20
implementation(" dev.openfeature:sdk:1.14.0" )
21
21
}
22
22
You can’t perform that action at this time.
0 commit comments