Skip to content

Commit

Permalink
Added Depednabot config for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
birtony committed Mar 5, 2021
1 parent 203768e commit a7bef9f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,19 @@ updates:
- 'dependencies'
- 'area: autodeployment'
rebase-strategy: 'disabled'

# Docker
- package-ecosystem: 'docker'
directory: '/'
schedule:
interval: 'weekly'
timezone: 'America/Toronto'
open-pull-requests-limit: 1
commit-message:
prefix: 'chore: '
reviewers:
- 'Seneca-CDOT/telescope-maintainers'
labels:
- 'dependencies'
- 'area: autodeployment'
rebase-strategy: 'disabled'

0 comments on commit a7bef9f

Please sign in to comment.