From dbef6eba27752c240a045fb484dbc95659918790 Mon Sep 17 00:00:00 2001 From: Diogo Teles Sant'Anna Date: Mon, 18 Dec 2023 21:52:12 -0300 Subject: [PATCH] feat: configure dependabot to update workflows --- .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 00000000..2390d8c8 --- /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: + - "*"