From faa3b0b72b88811c980f837466a91f8f48c8f8d6 Mon Sep 17 00:00:00 2001 From: Rdataflow Date: Thu, 7 Nov 2024 10:10:44 +0100 Subject: [PATCH] automated pr to maintain dependencies for github actions dependabot will create PR once new versions of GH actions become available, so no need for manual updates anymore ;-) see dependabot docs at https://docs.github.com/en/code-security/getting-started/dependabot-quickstart-guide See also: https://github.com/visualize-admin/visualization-tool/issues/1820 --- .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 000000000..6fddca0d6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"