From bcbf09a2021712a501681fa984f659fddad3c2e8 Mon Sep 17 00:00:00 2001 From: "Wael M. Nasreddine" Date: Thu, 24 Dec 2020 10:13:26 -0800 Subject: [PATCH] github: configure dependabot Configure GH's dependabot to file pull requests automatically that updates our GitHub actions. --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..45eab8b7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "master" + schedule: + interval: "weekly" + commit-message: + prefix: "ci:" + + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "release-20.09" + schedule: + interval: "weekly" + commit-message: + prefix: "ci:"