dependabot: conform to v2 syntax

This commit is contained in:
ckie 2021-06-29 01:34:56 +03:00
parent 725fc15f05
commit e3abc22fbe
No known key found for this signature in database
GPG Key ID: 6F5B32DE5E5FA80C
1 changed files with 3 additions and 3 deletions

View File

@ -9,6 +9,6 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
allowed_updates:
- match:
update_type: "security"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-minor","version-update:semver-patch" ]