From 7c4ff0f2b5a24574d73bf55adeef945dfa7237a1 Mon Sep 17 00:00:00 2001 From: machadovilaca Date: Thu, 30 Jul 2026 11:58:48 +0100 Subject: [PATCH] Enable Dependabot for GitHub Actions --- .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..aafb8a2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + + - package-ecosystem: gomod + directory: / + schedule: + interval: weekly