From 62cec3a48ca0d66c049b0e72545a6087b11fc84e Mon Sep 17 00:00:00 2001 From: SuperQ Date: Thu, 27 Aug 2026 10:26:21 +0200 Subject: [PATCH] Update dependabot config * Add assets dir to Go mod updates. * Mark for no sync to keep the directories diff. Signed-off-by: SuperQ --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 57d84104..b99f0bec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,12 @@ ### -# This file is synced from https://github.com/prometheus/prometheus +# Avoid syncing from prometheus/prometheus: no_prometheus_repo_sync ### version: 2 updates: - package-ecosystem: "gomod" - directory: "/" + directories: + - / + - /assets schedule: interval: "monthly" groups: