diff options
author | Gerhard Lazu <gerhard@lazu.co.uk> | 2021-04-01 11:29:37 +0100 |
---|---|---|
committer | Gerhard Lazu <gerhard@lazu.co.uk> | 2021-04-01 12:01:02 +0100 |
commit | f7a36f9f87853077b49a4bc54e23a24c71f9384c (patch) | |
tree | aec2ca10c1c8da555a48e6a904b1a2207e97bd2a | |
parent | 0befef897c748045e979fc53e0f431494f5a3ac0 (diff) | |
download | rabbitmq-server-git-container-image-for-every-commit.tar.gz |
Maintain dependencies for GitHub Actionscontainer-image-for-every-commit
If there is a newer version for a GitHub Action dependency, this action
makes Dependabot (part of GitHub) bump it:
https://dependabot.com/github-actions/
Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
-rw-r--r-- | .github/dependabot.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000000..2c7d170839 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,7 @@ +version: 2 +updates: + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" |