Browse Source

Update dependabot.yml (#3205)

Dependabot schedule interval is updating daily to monthly, so that PR will create monthly
pull/3211/head
mandlil 2 years ago
committed by GitHub
parent
commit
5b36228e9f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 16 deletions
  1. +16
    -16
      .github/dependabot.yml

+ 16
- 16
.github/dependabot.yml View File

@ -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

Loading…
Cancel
Save