From 8b6403425272c11d99e4b3d71e82bdc808df5587 Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Wed, 26 Aug 2026 10:43:18 +0200 Subject: [PATCH] Enable dependabot This repository might need some love in that regard. Configuration shamelessly stolen from the Icinga Go Library repository (that should do exactly what we need here as well): https://github.com/Icinga/icinga-go-library/blob/f6c83f5683e0fcebcdd4ecb68fe589c08bfa1468/.github/dependabot.yml --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..fa81313 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + + - package-ecosystem: gomod + directory: / + schedule: + interval: daily + + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily