Skip to content

Commit

Permalink
[JEP-229] Suggesting addition of github-actions to dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Mar 2, 2021
1 parent b4782e0 commit 384ef9d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,15 @@ If you have not yet configured Release Drafter, just create `.github/release-dra
_extends: .github
```

If you have a `.github/dependabot.yml`, it is a good idea to add

```yaml
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
```

Now create `.github/workflows/cd.yaml` as follows:

```yaml
Expand Down

0 comments on commit 384ef9d

Please sign in to comment.