From 809215ae65f9586b7ee09bf1a09111b81d3269e0 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 3 Mar 2023 21:02:13 +0000 Subject: [PATCH] github: add dependabot It will run weekly and open a PR whenever any of the actions are out of date. Minor change is required in the repo settings - see the docs link https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates Signed-off-by: Emil Velikov --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..5ace4600 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"