From fe7fcda7c6be1280510d93453dbb8d681fe84f2d Mon Sep 17 00:00:00 2001 From: Horst Duchene Date: Tue, 18 Oct 2022 17:11:13 +0200 Subject: [PATCH] chore: use dependabot --- .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..faf39ff --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: github-actions # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly"