File tree Expand file tree Collapse file tree 2 files changed +4
-22
lines changed Expand file tree Collapse file tree 2 files changed +4
-22
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments