Skip to content

Commit

Permalink
Merge pull request #87 from opt-nc/develop
Browse files Browse the repository at this point in the history
ci(dependabot): pr vers develop
  • Loading branch information
mbarre authored Dec 26, 2023
2 parents ce9c6ff + 31b19d9 commit 7e0f039
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ updates:
directory: /
schedule:
interval: daily
target-branch: develop
commit-message:
prefix: ci

- package-ecosystem: npm
directory: /
schedule:
interval: daily
target-branch: develop
commit-message:
prefix: fix
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-dist.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Dependabot post-update
name: 🤖 Dependabot post-update
on:
pull_request_target:
types: [opened, synchronize, reopened]
branches: main
branches: develop

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
Expand Down

0 comments on commit 7e0f039

Please sign in to comment.