From ccae22958683d3dcc0673ae385aa99629bae64cc Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Fri, 8 Dec 2023 20:36:49 +0100 Subject: [PATCH] Add dependabot file GitOrigin-RevId: 748a143ba110aae85d3cc6449be8573a9c463401 --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..9960204 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"