From 571cf70e882c54f5c5286d923cbbf3ec586f06a7 Mon Sep 17 00:00:00 2001 From: dreautall <109872040+dreautall@users.noreply.github.com> Date: Sat, 24 Feb 2024 10:16:06 +0000 Subject: [PATCH] [gh] re-target dependabot [skip build] --- .github/dependabot.yml | 2 ++ .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 054d2f2e..89874905 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,13 @@ version: 2 updates: - package-ecosystem: "pub" + target-branch: develop directory: "/" schedule: interval: "weekly" - package-ecosystem: "github-actions" + target-branch: develop directory: "/.github/workflows/" schedule: interval: "weekly" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b141913f..297ddeb6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest - if: ${{ !contains(github.event.head_commit.message, '[skip-build]') }} + if: ${{ !contains(github.event.head_commit.message, '[skip build]') }} needs: [check] steps: