-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Dependabot configuration under /typespec/ #8055
Update Dependabot configuration under /typespec/ #8055
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8055 +/- ##
==========================================
+ Coverage 59.15% 59.17% +0.02%
==========================================
Files 576 576
Lines 38407 38407
==========================================
+ Hits 22718 22727 +9
+ Misses 14077 14071 -6
+ Partials 1612 1609 -3 ☔ View full report in Codecov by Sentry. |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
1710688
to
b5498d2
Compare
b5498d2
to
c5ae0ae
Compare
c5ae0ae
to
3ddc961
Compare
3ddc961
to
39c5f9c
Compare
Per discussion, I have tested updated configuration on a test repo. The updated configuration will ignore major and minor regular version updates. |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
.github/dependabot.yml
Outdated
@@ -32,3 +32,10 @@ updates: | |||
directory: "/typespec/" | |||
schedule: | |||
interval: "weekly" | |||
groups: | |||
angular: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should say typespec
or something other than angular
:) Other than that, looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops! updated.
5d659b6
to
62da18b
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Signed-off-by: lakshmimsft <[email protected]>
Signed-off-by: lakshmimsft <[email protected]>
Signed-off-by: lakshmimsft <[email protected]>
62da18b
to
6c002c3
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
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
Type of change
Fixes: #issue_number
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: