From 27dd7398f6d1949776a90bda030f1dba2c9a7d3a Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sun, 23 Jun 2024 14:34:35 +0200 Subject: [PATCH] Configure dependabot This should keep us up to date without much fuss. 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 0000000..e0c29a3 --- /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"