Skip to content

Commit 438413a

Browse files
authored
Merge branch 'main' into feat/add-custom-cert-path
2 parents e07ce8d + f6431e6 commit 438413a

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)