From d05a75f090d93e4577f7c37190b151d1f7c0da52 Mon Sep 17 00:00:00 2001 From: Lakshmi Javadekar <103459615+lakshmimsft@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:25:58 -0800 Subject: [PATCH] Format dependabot.yml (#8094) # Description Update formatting for dependabot.yml ## Type of change - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). Fixes: #issue_number ## Contributor checklist Please verify that the PR meets the following requirements, where applicable: - [ ] An overview of proposed schema changes is included in a linked GitHub issue. - [ ] A design document PR is created in the [design-notes repository](https://github.com/radius-project/design-notes/), if new APIs are being introduced. - [ ] If applicable, design document has been reviewed and approved by Radius maintainers/approvers. - [ ] A PR for the [samples repository](https://github.com/radius-project/samples) is created, if existing samples are affected by the changes in this PR. - [ ] A PR for the [documentation repository](https://github.com/radius-project/docs) is created, if the changes in this PR affect the documentation or any user facing updates are made. - [ ] A PR for the [recipes repository](https://github.com/radius-project/recipes) is created, if existing recipes are affected by the changes in this PR. Signed-off-by: lakshmimsft --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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