Skip to content

Commit

Permalink
auto-merge minor bumps to test/lint deps if build passes (badges#4584)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s authored Jan 30, 2020
1 parent c6e5b74 commit 010a1b2
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ update_configs:
- package_manager: 'javascript'
directory: '/'
update_schedule: 'weekly'
automerged_updates:
- match:
dependency_name: 'chai*'
update_type: 'semver:minor'
- match:
dependency_name: 'cypress'
update_type: 'semver:minor'
- match:
dependency_name: 'eslint*'
update_type: 'semver:minor'
- match:
dependency_name: 'enzyme*'
update_type: 'semver:minor'
- match:
dependency_name: 'mocha*'
update_type: 'semver:minor'
- match:
dependency_name: 'sazerac'
update_type: 'semver:minor'
- match:
dependency_name: 'sinon*'
update_type: 'semver:minor'
- match:
dependency_name: 'snap-shot-it'
update_type: 'semver:minor'

# gh-badges package dependencies
- package_manager: 'javascript'
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Auto approve
on: pull_request

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: chris48s/[email protected]
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit 010a1b2

Please sign in to comment.