Skip to content

Commit ce05440

Browse files
committed
ci: set daily dependabot updates
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 62670f5 commit ce05440

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/dependabot.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ updates:
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:

.github/workflows/contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,6 @@ jobs:
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"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ on:
4545

4646
jobs:
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
5252
It 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

0 commit comments

Comments
 (0)