From 68eb43656c7abf30b0beab1825113fca29be91ba Mon Sep 17 00:00:00 2001 From: rlespinasse Date: Sun, 1 Nov 2020 21:15:42 +0100 Subject: [PATCH] ci: add dependabot for github-actions --- .dependabot/config.xml | 6 ++++++ README.md | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 .dependabot/config.xml diff --git a/.dependabot/config.xml b/.dependabot/config.xml new file mode 100644 index 0000000..1230149 --- /dev/null +++ b/.dependabot/config.xml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" diff --git a/README.md b/README.md index 48c01a6..854c30d 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ Others `Slug`-ish commands are available: Read [default environment variables][3] page for more information. +**TIP:** Use [Dependabot][14] to maintain your `github-slug-action` version updated in your GitHub workflows. + ### GITHUB_REF_SLUG / GITHUB_REF_SLUG_URL Slug the environment variable **GITHUB_REF** @@ -150,3 +152,4 @@ Please, use the current branch `v3.x` or a version tag (see [releases pages][6]) [11]: https://img.shields.io/github/license/rlespinasse/github-slug-action [12]: https://github.com/rlespinasse/github-slug-action/blob/v3.x/LICENSE [13]: https://github.com/rlespinasse/github-slug-action/workflows/Lint/badge.svg +[14]: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/keeping-your-actions-up-to-date-with-github-dependabot