Skip to content

Commit

Permalink
Update Dependabot configuration under /typespec/ (radius-project#8055)
Browse files Browse the repository at this point in the history
# Description

Updating Dependabot configuration under /typespec/ so that Major and
Minor updates should not trigger Dependabot pull requests (PRs) for
regular version updates.
ref link: [Dependabot
Config](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#example-3)
## 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 <[email protected]>
  • Loading branch information
lakshmimsft authored Nov 26, 2024
1 parent ae7c52a commit 8cf658a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ updates:
directory: "/typespec/"
schedule:
interval: "weekly"
groups:
typespec:
applies-to: version-updates
patterns:
- "*" # Matches all dependencies
update-types:
- "patch" # Only allow patch updates for regular version updates

0 comments on commit 8cf658a

Please sign in to comment.