From 57210e267864aab64341730b086f52394f38c0fd Mon Sep 17 00:00:00 2001 From: Faisal Date: Wed, 11 Sep 2024 18:05:38 +0500 Subject: [PATCH 1/2] chore: github action auto update enabled using dependabot.yml --- .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..9186f74 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + # Adding new check for github-actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" From 5be6082c445a211ffb3c83144fbb91c9ecdb3226 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Wed, 5 Mar 2025 11:20:09 -0500 Subject: [PATCH 2/2] build: Update .github/dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9186f74..b438a90 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,4 +4,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly"