From 384ef9d105a336622bea106a99d287cf17da542a Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Tue, 2 Mar 2021 13:50:16 -0500 Subject: [PATCH] [JEP-229] Suggesting addition of github-actions to dependabot.yml --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 630dc39..a031812 100644 --- a/README.md +++ b/README.md @@ -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