Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
dependabot update github actions and docker (#766)
Browse files Browse the repository at this point in the history
* dependabot update github actions and docker

note docker is set to automerge

* fix linting errors

Co-authored-by: Daniel Lando <daniel.sorridi@gmail.com>
  • Loading branch information
chrisns and robertsLando committed Oct 7, 2020
1 parent e558e27 commit e4f9803
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,15 @@ updates:
labels:
- 'dev-dependencies'
- 'automerge'

- package-ecosystem: 'docker' # See documentation for possible values
directory: '/docker'
schedule:
interval: 'daily'
labels:
- 'automerge'

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'

0 comments on commit e4f9803

Please sign in to comment.