From 097661445e79799d61e5344550569d88e7fe2b9c Mon Sep 17 00:00:00 2001 From: Hare Sudhan Date: Sat, 24 Feb 2024 20:17:21 -0500 Subject: [PATCH] Dependabot update (#2697) * dependabot update * updating atomics count in README.md [ci skip] --------- Co-authored-by: publish bot Co-authored-by: Carrie Roberts --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91abb11f..0c714298 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"