From 9b26af71e1ecf9b7168377e87d10469c40e74f0f Mon Sep 17 00:00:00 2001 From: galargh Date: Mon, 21 Apr 2025 11:24:22 +0000 Subject: [PATCH] upgrade@14572644534 --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..624d0f6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + - package-ecosystem: "npm" + directory: "/scripts/" + schedule: + interval: "weekly"