From 2330e5c37d7c126a595ba10fe801ee89147e6b8c Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:44:41 +0200 Subject: [PATCH] fix: dependabot patterns --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2e0b17a88a..6cfbc2dafe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,7 @@ version: 2 updates: - package-ecosystem: github-actions + target-branch: main directory: "/" schedule: interval: weekly @@ -29,6 +30,7 @@ updates: - "patch" - "minor" - package-ecosystem: gomod + target-branch: main directory: "/" schedule: interval: weekly @@ -55,9 +57,8 @@ updates: applies-to: version-updates update-types: - "patch" - - "minor" - package-ecosystem: docker - directory: "/docker" + directory: "/" schedule: interval: daily open-pull-requests-limit: 10