Skip to content

Commit

Permalink
build(renovate): Utilize default OpenFeature Renovate configuration
Browse files Browse the repository at this point in the history
We do have a default OpenFeature Renovate configuration within our community-tooling
repository. (https://github.com/open-feature/community-tooling/blob/main/renovate.json)

To reduce maintenance efforts, we should stick to the general one as a basis.

Signed-off-by: Simon Schrottner <[email protected]>
  • Loading branch information
aepfli committed Dec 27, 2024
1 parent 9f1d94a commit e67aff5
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,11 @@
"constraints": {
"go": "1.22"
},
"extends": [
"config:recommended"
],
"extends": ["github>open-feature/community-tooling"],
"includePaths": [
"flagd/**",
"flagd-proxy/**",
"core/**",
"test/**"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"matchManagers": ["github-actions"],
"automerge": true
}
]
}

0 comments on commit e67aff5

Please sign in to comment.