Skip to content

Commit

Permalink
chore: Change Dependabot scans to Monthly
Browse files Browse the repository at this point in the history
Weekly scans seem to be a bit too noisy, so let's try monthly for a while.
  • Loading branch information
tippmar-nr authored Oct 22, 2024
1 parent 13e4cc3 commit c852ee7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: monthly
groups:
github-actions:
patterns:
Expand All @@ -13,53 +13,53 @@ updates:
- package-ecosystem: docker
directory: /src/dotnet
schedule:
interval: weekly
interval: monthly
- package-ecosystem: docker
directory: /tests/dotnet
schedule:
interval: weekly
interval: monthly

- package-ecosystem: docker
directory: /src/java
schedule:
interval: weekly
interval: monthly
- package-ecosystem: docker
directory: /tests/java
schedule:
interval: weekly
interval: monthly

- package-ecosystem: docker
directory: /src/nodejs
schedule:
interval: weekly
interval: monthly
- package-ecosystem: docker
directory: /tests/nodejs
schedule:
interval: weekly
interval: monthly

- package-ecosystem: docker
directory: /src/php
schedule:
interval: weekly
interval: monthly
- package-ecosystem: docker
directory: /tests/php
schedule:
interval: weekly
interval: monthly

- package-ecosystem: docker
directory: /src/python
schedule:
interval: weekly
interval: monthly
- package-ecosystem: docker
directory: /tests/python
schedule:
interval: weekly
interval: monthly

- package-ecosystem: docker
directory: /src/ruby
schedule:
interval: weekly
interval: monthly
- package-ecosystem: docker
directory: /tests/ruby
schedule:
interval: weekly
interval: monthly

0 comments on commit c852ee7

Please sign in to comment.