Skip to content

Commit ff52163

Browse files
authored
chore: use centralized renovate config, downgrade release please (#433)
Signed-off-by: Michael Beemer <[email protected]>
1 parent 49edce2 commit ff52163

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: googleapis/release-please-action@v4
24+
- uses: googleapis/release-please-action@v3
2525
id: release
2626
with:
2727
command: manifest

renovate.json

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,12 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
5-
],
6-
"semanticCommits": "enabled",
4+
"github>open-feature/community-tooling"
5+
]
76
"pep621": {
87
"enabled": true
98
},
109
"pre-commit": {
1110
"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-
]
11+
}
3012
}

0 commit comments

Comments
 (0)