From 4d12d8bfefe87d6e7396c7233b366eddf12e59c7 Mon Sep 17 00:00:00 2001 From: Katelyn Gigante Date: Wed, 24 Sep 2025 12:27:31 +1000 Subject: [PATCH 1/2] Make dependabot target unstable Signed-off-by: Katelyn Gigante --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b552cbd5c..6e90eda3f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,8 @@ version: 2 updates: - package-ecosystem: "github-actions" # See documentation for possible values + target-branch: "unstable" directory: "/" # Location of package manifests schedule: interval: "weekly" + From ef14518f3d6798a2d781cdd7aed7194a4f4017b5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 02:29:01 +0000 Subject: [PATCH 2/2] ci: correct from checks. --- .github/dependabot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6e90eda3f..f952aa4b9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,4 +5,3 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" -