Merge pull request #592 from ultrasonic/dependabot-q

Run dependabot monthly
This commit is contained in:
Óscar García Amor 2021-10-08 08:39:47 +02:00 committed by GitHub
commit 7091967fa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -8,4 +8,8 @@ updates:
- package-ecosystem: "gradle" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]