From f3cc4cd03e04540c57bbf244fd34d0e757cec379 Mon Sep 17 00:00:00 2001 From: LingMan Date: Thu, 18 Aug 2022 15:44:02 +0200 Subject: [PATCH] Add a dependabot config (#1371) Dependabot will watch the workflow files in .github/workflows and automatically file PRs if there are updates available for any of the used Actions. --- .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..1705d1b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10