diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 63d5f6872c..1a15f81c5e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -36,6 +36,6 @@ updates: typespec: applies-to: version-updates patterns: - - "*" # Matches all dependencies + - "*" # Matches all dependencies update-types: - - "patch" # Only allow patch updates for regular version updates + - "patch" # Only allow patch updates for regular version updates