Skip to content

Commit

Permalink
build(renovate): Utilize default OpenFeature Renovate configuration (#…
Browse files Browse the repository at this point in the history
…132)

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 authored Dec 27, 2024
1 parent 8e23a70 commit f6431e6
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"semanticCommits": "enabled",
"extends": ["github>open-feature/community-tooling"],
"pep621": {
"enabled": true
},
"pre-commit": {
"enabled": true
},
"packageRules": [
{
"description": "Automerge non-major updates",
"matchUpdateTypes": [
"minor",
"patch"
],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"matchManagers": [
"github-actions"
],
"automerge": true
}
]
}
}

0 comments on commit f6431e6

Please sign in to comment.