ci: add dependabot for github-actions

This commit is contained in:
rlespinasse
2020-11-01 21:15:42 +01:00
committed by Romain Lespinasse
parent 2aba10a826
commit 68eb43656c
2 changed files with 9 additions and 0 deletions

6
.dependabot/config.xml Normal file
View File

@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

View File

@@ -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