Skip to content

Commit

Permalink
[gh] re-target dependabot
Browse files Browse the repository at this point in the history
[skip build]
  • Loading branch information
dreautall committed Feb 24, 2024
1 parent ba185ef commit 571cf70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 571cf70

Please sign in to comment.