Skip to content

Commit 6421f95

Browse files
authored
build(renovate): Utilize default OpenFeature Renovate configuration (#1114)
Signed-off-by: Simon Schrottner <[email protected]>
1 parent 819abe3 commit 6421f95

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

renovate.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
11

22
{
33
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
4-
"extends": [
5-
"config:base",
6-
"helpers:pinGitHubActionDigests"
7-
],
8-
"packageRules": [
9-
{
10-
"matchUpdateTypes": ["minor", "patch"],
11-
"matchCurrentVersion": "!/^0/",
12-
"automerge": true
13-
},
14-
{
15-
"matchManagers": ["github-actions"],
16-
"automerge": true
17-
}
18-
],
4+
"extends": ["github>open-feature/community-tooling"],
195
"regexManagers": [
206
{
217
"fileMatch": ["^README.md$", "^.github/workflows/pullrequest.yml$"],

0 commit comments

Comments
 (0)