Skip to content

Commit

Permalink
fix(dependabot): adding automated install+build+test upon dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
jozsefDevs committed Jun 16, 2020
1 parent f137d5a commit 3ae26f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Test Renovate updates
name: Test Renovate + Dependabot updates
on:
push:
branches:
- renovate/**
- dependabot/**
pull_request:
branches:
- renovate/**
- dependabot/**
jobs:
build:
runs-on: ubuntu-18.04
Expand Down

0 comments on commit 3ae26f0

Please sign in to comment.