Skip to content

Commit

Permalink
Use dependabot wildcard directories (#74)
Browse files Browse the repository at this point in the history
* Use dependabot wildcard directories

* Fix dependabot schedule
  • Loading branch information
reakaleek authored Jul 2, 2024
1 parent d530b3e commit 8a2c1a4
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,9 @@ version: 2
updates:
- package-ecosystem: github-actions
directories:
- '/'
- '/buildkite/download-artifact'
- '/buildkite/run'
- '/check-dependent-jobs'
- '/git/setup'
- '/google/auth'
- '/oblt-cli/cluster-create-ccs'
- '/oblt-cli/cluster-create-custom'
- '/oblt-cli/cluster-create-serverless'
- '/oblt-cli/cluster-credentials'
- '/oblt-cli/cluster-destroy'
- '/oblt-cli/cluster-name-validation'
- '/oblt-cli/run'
- '/oblt-cli/setup'
- '/slack/notify-result'
- '/slack/send'
- '/snapshoty/run'
- '/updatecli/install'
- '/updatecli/run'
- '/updatecli/run-and-notify'
- '**/*'
schedule:
interval: 'daily'
interval: 'weekly'
day: 'sunday'
time: '22:00'
reviewers:
Expand Down

0 comments on commit 8a2c1a4

Please sign in to comment.