From ce8ce5f8cd32fa8e810645606b22b9b70a8feb8e Mon Sep 17 00:00:00 2001 From: Brian Chen Date: Tue, 29 Apr 2025 14:11:48 -0400 Subject: [PATCH] update github actions to commits --- .github/dependabot.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..c75e875a --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly