From 1db5bb06d73ced9231b59c5ee0fd09996791e9c9 Mon Sep 17 00:00:00 2001 From: iff Date: Tue, 29 Apr 2025 12:49:23 +0200 Subject: [PATCH] deps: revert dependantbot to main --- .github/dependabot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 6e5dcd1..2b455eb 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,12 +4,12 @@ updates: directory: / schedule: interval: weekly - target-branch: dev + target-branch: main - package-ecosystem: cargo directory: / schedule: interval: weekly - target-branch: dev + target-branch: main ignore: - dependency-name: "*" update-types: ["version-update:semver-patch"]