From 4c7356562b2c3d320948740a5e4b24b8292d3e38 Mon Sep 17 00:00:00 2001 From: gnikit Date: Mon, 15 Jan 2024 22:39:01 +0000 Subject: [PATCH] ci: adds monthly dependabot updates on GitHub Actions --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..8ac6b8c498 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"