Skip to content

Commit

Permalink
Change the interval for dependabot updates to monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Sep 4, 2024
1 parent 9442fab commit ee91457
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 @@ -5,16 +5,16 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: 'monthly'

# Keep NuGet dependencies up-to-date
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "daily"
interval: 'monthly'

# Keep Docker dependencies up-to-date
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
interval: 'monthly'

0 comments on commit ee91457

Please sign in to comment.