From a43ff2365a8483f6ce1823563213d9cb9d6637bc Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Mon, 2 Aug 2021 19:42:33 +0200 Subject: [PATCH] Get dependabot to update github-actions (#5818) Co-authored-by: Labhansh Agrawal --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8bf3b55e..14fda5f0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,3 +14,10 @@ updates: time: '11:00' open-pull-requests-limit: 30 target-branch: canary +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + time: '11:00' + open-pull-requests-limit: 30 + target-branch: canary