Skip to content

Commit

Permalink
chore: add dependabot for images (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen authored Nov 20, 2023
1 parent d3e4a58 commit 2a01122
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@

version: 2
updates:
- package-ecosystem: "npm"
directory: "ui/"
- package-ecosystem: 'npm'
directory: 'ui/'
schedule:
interval: "weekly"
day: "thursday"
open-pull-requests-limit: 10
interval: 'weekly'
day: 'wednesday'
reviewers:
- 'stackrox/ui-dep-updaters'
- 'stackrox/infra'
Expand All @@ -20,6 +19,13 @@ updates:
schedule:
interval: 'weekly'
day: 'wednesday'
open-pull-requests-limit: 3
reviewers:
- 'stackrox/infra'

- package-ecosystem: 'docker'
directory: 'image/'
schedule:
interval: 'weekly'
day: 'wednesday'
reviewers:
- 'stackrox/infra'

0 comments on commit 2a01122

Please sign in to comment.