From c7639e81d5f00a5b47a2c9bd668f10d74b949071 Mon Sep 17 00:00:00 2001 From: Diogo Teles Sant'Anna Date: Thu, 14 Dec 2023 14:56:37 +0000 Subject: [PATCH] ci: configure dependabot to montly update GHAs Signed-off-by: Diogo Teles Sant'Anna --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..dc23806 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + groups: + github-actions: + patterns: + - "*" +