Skip to content

Commit

Permalink
Update dependabot settings (#91)
Browse files Browse the repository at this point in the history
This PR updates dependabot settings to update dependencies in
subdirectories.
  • Loading branch information
edeNFed authored Apr 3, 2023
1 parent a4c3a99 commit d965714
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@ version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
directory: /
schedule:
interval: "daily"
day: sunday
interval: weekly
- package-ecosystem: gomod
directory: /autoscaler
schedule:
day: sunday
interval: weekly
- package-ecosystem: gomod
directory: /odiglet
schedule:
day: sunday
interval: weekly
- package-ecosystem: gomod
directory: /scheduler
schedule:
day: sunday
interval: weekly
- package-ecosystem: gomod
directory: /instrumentor
schedule:
day: sunday
interval: weekly
- package-ecosystem: npm
directory: /ui
schedule:
day: sunday
interval: weekly

0 comments on commit d965714

Please sign in to comment.