Update dependabot.yml

ignore dependency updates only to patch version
pull/267/head
yuhan6665 2022-05-15 19:50:55 -04:00 committed by GitHub
parent 91129e4001
commit eba0ad16c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -11,3 +11,5 @@ updates:
interval: "daily" interval: "daily"
ignore: ignore:
- dependency-name: "*vuepress*" - dependency-name: "*vuepress*"
- dependency-name: "*"
update-types: ["version-update:semver-patch"]