Skip to content

Commit 384ef9d

Browse files
committed
[JEP-229] Suggesting addition of github-actions to dependabot.yml
1 parent b4782e0 commit 384ef9d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,15 @@ If you have not yet configured Release Drafter, just create `.github/release-dra
376376
_extends: .github
377377
```
378378

379+
If you have a `.github/dependabot.yml`, it is a good idea to add
380+
381+
```yaml
382+
- package-ecosystem: github-actions
383+
directory: /
384+
schedule:
385+
interval: daily
386+
```
387+
379388
Now create `.github/workflows/cd.yaml` as follows:
380389

381390
```yaml

0 commit comments

Comments
 (0)