From 8fe43a193d6b1dd7f1e66d540b3638a803e81453 Mon Sep 17 00:00:00 2001 From: DavHau Date: Fri, 7 Jul 2023 21:32:36 +0200 Subject: [PATCH] feat(github): add dependabot --- .github/workflows/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000000..5ace4600a1 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"