Skip to content

Commit

Permalink
chore(workflow): fix concurrency issue and decrease dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoakimSM authored Apr 19, 2022
1 parent e35a289 commit 837d635
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
interval: weekly
open-pull-requests-limit: 5
target-branch: master
versioning-strategy: increase
3 changes: 3 additions & 0 deletions .github/workflows/verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

env:
GIT_AUTHOR_NAME: '@dhis2-bot'
GIT_AUTHOR_EMAIL: '[email protected]'
Expand Down

0 comments on commit 837d635

Please sign in to comment.