From 19e489c1093b952262907922f0ef71d8adfe2e74 Mon Sep 17 00:00:00 2001 From: Spikra Date: Thu, 16 Apr 2026 10:07:30 +0200 Subject: [PATCH] chore: fix dependabot exclude-paths config --- .github/dependabot.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 613cdef..671fd36 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,11 +3,11 @@ version: 2 updates: - package-ecosystem: "github-actions" directories: - - / + - "/" exclude-paths: - - /.github/workflows/build.yml - - /.github/workflows/lint.yml - - /.github/workflows/push.yml + - ".github/workflows/build.yml" + - ".github/workflows/lint.yml" + - ".github/workflows/push.yml" groups: minor-and-patch: applies-to: version-updates @@ -22,9 +22,9 @@ updates: open-pull-requests-limit: 2 - package-ecosystem: "github-actions" directories: - - /.github/workflows/build.yml - - /.github/workflows/lint.yml - - /.github/workflows/push.yml + - "/.github/workflows/build.yml" + - "/.github/workflows/lint.yml" + - "/.github/workflows/push.yml" groups: minor-and-patch: applies-to: version-updates