Calm down excessive dependabot updates
This commit is contained in:
6
web/.github/dependabot.yml
vendored
6
web/.github/dependabot.yml
vendored
@@ -7,3 +7,9 @@ updates:
|
|||||||
interval: "daily"
|
interval: "daily"
|
||||||
reviewers:
|
reviewers:
|
||||||
- "gabek"
|
- "gabek"
|
||||||
|
ignore:
|
||||||
|
# Ignore patch updates from some libraries
|
||||||
|
- dependency-name: "*typescript*"
|
||||||
|
update-types: ["version-update:semver-patch"]
|
||||||
|
- dependency-name: "*eslint*"
|
||||||
|
update-types: ["version-update:semver-patch"]
|
||||||
|
|||||||
Reference in New Issue
Block a user