Skip to content

Commit

Permalink
Update dependabot.yml (#3205)
Browse files Browse the repository at this point in the history
Dependabot schedule interval is updating daily to monthly, so that PR will create monthly
  • Loading branch information
mandlil authored Sep 8, 2023
1 parent f531142 commit 5b36228
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,79 +3,79 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: monthly

- package-ecosystem: maven
directory: /java/carrier
schedule:
interval: daily
interval: monthly

- package-ecosystem: maven
directory: /java/demo
schedule:
interval: daily
interval: monthly

- package-ecosystem: maven
directory: /java/geocoder
schedule:
interval: daily
interval: monthly

- package-ecosystem: maven
directory: /java/internal/prefixmapper
schedule:
interval: daily
interval: monthly

- package-ecosystem: maven
directory: /java/libphonenumber
schedule:
interval: daily
interval: monthly

- package-ecosystem: maven
directory: /java
schedule:
interval: daily
interval: monthly

- package-ecosystem: maven
directory: /metadata
schedule:
interval: daily
interval: monthly

- package-ecosystem: maven
directory: /migrator/migrator-servlet
schedule:
interval: daily
interval: monthly

- package-ecosystem: maven
directory: /migrator
schedule:
interval: daily
interval: monthly

- package-ecosystem: maven
directory: /
schedule:
interval: daily
interval: monthly

- package-ecosystem: maven
directory: /tools/java/common
schedule:
interval: daily
interval: monthly

- package-ecosystem: maven
directory: /tools/java/cpp-build
schedule:
interval: daily
interval: monthly

- package-ecosystem: maven
directory: /tools/java/data
schedule:
interval: daily
interval: monthly

- package-ecosystem: maven
directory: /tools/java/java-build
schedule:
interval: daily
interval: monthly

- package-ecosystem: maven
directory: /tools/java
schedule:
interval: daily
interval: monthly

0 comments on commit 5b36228

Please sign in to comment.