From 44a9912507abd3ce9a3c0db1c9b1b536e426c264 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sat, 28 Aug 2021 21:18:25 +0200 Subject: [PATCH] add dependabot configurations --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..02a025e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 + +updates: + + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly