From f2f822a73161abbde293941a941a28191ac18d88 Mon Sep 17 00:00:00 2001 From: Joyce Date: Fri, 29 Dec 2023 15:19:12 -0300 Subject: [PATCH] ci: Create dependabot.yml Signed-off-by: Joyce --- .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 0000000..2390d8c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + groups: + github-actions: + patterns: + - "*"