Skip to content

Commit

Permalink
Update deps schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
hibare committed Aug 27, 2023
1 parent cd8d66f commit c6fa999
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,42 @@ updates:
- package-ecosystem: "github-actions"
directory: "/.github"
schedule:
interval: "daily"
interval: "weekly"
day: "friday"
time: "00:30"
target-branch: "dev"
assignees:
- "hibare"

# Maintain dependencies for Go mods
- package-ecosystem: "pip"
directory: "/backend"
schedule:
interval: "daily"
interval: "weekly"
day: "friday"
time: "00:30"
target-branch: "dev"
assignees:
- "hibare"

# Maintain version for Docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
day: "friday"
time: "00:30"
target-branch: "dev"
assignees:
- "hibare"

# Maintain version for npm or yarn
- package-ecosystem: "npm"
directory: "/frontend"
schedule:
interval: "weekly"
day: "friday"
time: "00:30"
target-branch: "dev"
assignees:
- "hibare"

0 comments on commit c6fa999

Please sign in to comment.