Skip to content

Commit

Permalink
Simplify dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Jun 17, 2024
1 parent 3ccb687 commit 2e040ea
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ updates:
- ffried

- package-ecosystem: nuget
directory: /server
directories:
- /server
- /raspi/SensorPi
schedule:
interval: daily
time: '07:00'
Expand All @@ -33,17 +35,6 @@ updates:
- 'Microsoft.AspNetCore'
- 'Microsoft.AspNetCore.*'

- package-ecosystem: nuget
directory: /raspi
schedule:
interval: daily
time: '07:00'
timezone: Europe/Berlin
assignees:
- ffried
reviewers:
- ffried

- package-ecosystem: docker
directory: /
schedule:
Expand Down

0 comments on commit 2e040ea

Please sign in to comment.