Skip to content

Commit

Permalink
Update dependabot.yml to weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight authored Dec 19, 2023
1 parent ab5e591 commit 97d286e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: "maven"
directory: "/service"
schedule:
interval: "daily"
interval: "weekly"
assignees:
- "sleberknight"
- "chrisrohr"
Expand All @@ -14,7 +14,7 @@ updates:
- package-ecosystem: "npm"
directory: "/ui"
schedule:
interval: "daily"
interval: "weekly"
assignees:
- "sleberknight"
- "chrisrohr"
Expand All @@ -25,7 +25,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
assignees:
- "sleberknight"
- "chrisrohr"
Expand Down

0 comments on commit 97d286e

Please sign in to comment.