From c869e22f02f1a9eda318de2992bda948ecd77b3e Mon Sep 17 00:00:00 2001 From: Jair Henrique Date: Tue, 1 Oct 2024 17:29:27 -0300 Subject: [PATCH] Configure dependabot to keep gh actions uptodate --- .github/dependabot.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..96ad1cdc --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,11 @@ +version: 2 + +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly + groups: + all_dependencies: + patterns: + - "*"