From 4e0cd6fa9fb90d1222c053e0bc3f2d6279790174 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 28 Jun 2024 15:25:30 +0200 Subject: [PATCH] Add a Dependabot configuration ... to keep the GitHub Actions up to date. Signed-off-by: Johannes Schindelin --- .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 00000000..51773f65 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: +# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot#enabling-dependabot-version-updates-for-actions + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly"