Skip to content

Commit

Permalink
ci: remove .dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioramos committed Aug 25, 2020
1 parent 050a1f4 commit 5667adc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .dependabot/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/on-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: [ dependabot/** ]

jobs:
build:
update-manifests:
runs-on: ubuntu-latest
steps:
- uses: technote-space/auto-cancel-redundant-job@v1
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Continuous Integration

on:
push:
branches:
- '!dependabot/**'
on: push

jobs:
setup:
Expand Down

0 comments on commit 5667adc

Please sign in to comment.