From 60b627f53057721768797d31d5ef1819f9b08705 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Tue, 9 Apr 2024 19:54:45 -0400 Subject: [PATCH] Add dependabot --- .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 00000000..8400d254 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + open-pull-requests-limit: 99 + labels: + - "dependencies" + - "github-actions" \ No newline at end of file