Skip to content

Commit f6431e6

Browse files
authored
build(renovate): Utilize default OpenFeature Renovate configuration (open-feature#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]>
1 parent 8e23a70 commit f6431e6

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

renovate.json

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,10 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
],
6-
"semanticCommits": "enabled",
3+
"extends": ["github>open-feature/community-tooling"],
74
"pep621": {
85
"enabled": true
96
},
107
"pre-commit": {
118
"enabled": true
12-
},
13-
"packageRules": [
14-
{
15-
"description": "Automerge non-major updates",
16-
"matchUpdateTypes": [
17-
"minor",
18-
"patch"
19-
],
20-
"matchCurrentVersion": "!/^0/",
21-
"automerge": true
22-
},
23-
{
24-
"matchManagers": [
25-
"github-actions"
26-
],
27-
"automerge": true
28-
}
29-
]
9+
}
3010
}

0 commit comments

Comments
 (0)