From c3a50b00829374926e60b97770463f46b6041e9f Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Thu, 18 Jul 2024 10:35:59 -0400 Subject: [PATCH] workflow: enable dependabot Signed-off-by: Maryam Tahhan --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..3551513d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +# Please see the documentation for all configuration options: +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + day: monday + interval: weekly + groups: + github-actions: + patterns: + - "*"