File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 - package-ecosystem : " github-actions"
44 directory : " /"
55 schedule :
6- interval : " weekly"
7- day : " friday"
6+ interval : " daily"
87 open-pull-requests-limit : 2 # <- default is 5
98 groups : # <- group all github actions updates in a single PR
109 # 1. development-dependencies are auto-merged
@@ -29,8 +28,7 @@ updates:
2928 # 4. other dependencies require a manual merge
3029 directory : " /"
3130 schedule :
32- interval : " weekly"
33- day : " friday"
31+ interval : " daily"
3432 open-pull-requests-limit : 4
3533 groups :
3634 development-dependencies :
Original file line number Diff line number Diff line change 8181 name : Auto-approve PR
8282 run : gh pr review --approve "$PR_URL"
8383 -
84+ # TODO: should wait for all workflows to complete before merging
8485 name : Auto-merge PR
8586 run : gh pr merge --auto --rebase "$PR_URL"
Original file line number Diff line number Diff line change 4545
4646jobs :
4747 test :
48- uses : go-openapi/ci-workflow /.github/workflows/go-test.yml@master
48+ uses : go-openapi/ci-workflows /.github/workflows/go-test.yml@master
4949 secrets : inherit
5050` ` `
5151
5252It is recommended to pin the git ref ` master` with a commit sha, and let dependabot keep you up to date. Like so:
5353
5454` ` ` yaml
55- uses: go-openapi/ci-workflow /.github/workflows/go-test.yml@b28a8b978a5ee5b7f4241ffafd6cc6163edb5dfd # v0.1.0
55+ uses: go-openapi/ci-workflows /.github/workflows/go-test.yml@b28a8b978a5ee5b7f4241ffafd6cc6163edb5dfd # v0.1.0
5656` ` `
5757
5858# ## Permissions
You can’t perform that action at this time.
0 commit comments