From 861ace665000f5b7e128f3afbd6487bb7fa80362 Mon Sep 17 00:00:00 2001 From: pmlanger Date: Thu, 30 Apr 2026 16:41:26 +0200 Subject: [PATCH] chore: align dependabot config with Typeform standard --- .github/dependabot.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0bc6183..5dda356 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,12 @@ version: 2 +registries: + git-github: + type: git + url: https://github.com + username: x-access-token + password: '${{ secrets.GH_TOKEN }}' + updates: - package-ecosystem: npm schedule: @@ -38,4 +45,6 @@ updates: - dependency-name: "Typeform/.github-private/actions/aws-auth" - dependency-name: "Typeform/deep-purple-action" commit-message: - prefix: fix(dependabot) + prefix: build(dependabot) + registries: + - git-github