From: Laura Flores Date: Wed, 2 Mar 2022 20:09:47 +0000 (+0000) Subject: .github: update dependabot.yml to keep github action versions up to date X-Git-Tag: v18.0.0~1206^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=265f727481c729fbe78dce7410def7de6fe869d1;p=ceph.git .github: update dependabot.yml to keep github action versions up to date Config based on this recommendation: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot#example-dependabotyml-file-for-github-actions Signed-off-by: Laura Flores --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 688137207e1..98b7d53d811 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,12 @@ updates: - "dashboard" pull-request-branch-name: separator: "-" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: ".github/workflows:" + pull-request-branch-name: + separator: "-"