From f0839fe045035787b96b97167316cb664bdd9d2c Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Thu, 22 Jul 2021 00:22:02 +0200 Subject: [PATCH] chore(ci): setup dependabot for github-actions Signed-off-by: Matthieu MOREL --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d7007f4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly \ No newline at end of file