Skip to content
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

Merged

Conversation

lakshmimsft
Copy link
Contributor

@lakshmimsft lakshmimsft commented Nov 13, 2024

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

  • 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, 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 is created, if existing samples are affected by the changes in this PR.
  • A PR for the documentation repository is created, if the changes in this PR affect the documentation or any user facing updates are made.
  • A PR for the recipes repository is created, if existing recipes are affected by the changes in this PR.

Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.17%. Comparing base (dcd669a) to head (1710688).

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.
📢 Have feedback on the report? Share it here.

@radius-functional-tests
Copy link

radius-functional-tests bot commented Nov 13, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository lakshmimsft/radius-mainfork
Commit ref 1710688
Unique ID func45b6f2391e
Image tag pr-func45b6f2391e
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func45b6f2391e
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func45b6f2391e
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-func45b6f2391e
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func45b6f2391e
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func45b6f2391e
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting ucp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

@lakshmimsft lakshmimsft requested a review from rynowak November 13, 2024 17:42
.github/dependabot.yml Outdated Show resolved Hide resolved
@lakshmimsft lakshmimsft force-pushed the lakshmimsft/upddependabotconfig branch from 1710688 to b5498d2 Compare November 26, 2024 09:07
@lakshmimsft lakshmimsft force-pushed the lakshmimsft/upddependabotconfig branch from b5498d2 to c5ae0ae Compare November 26, 2024 09:08
@lakshmimsft lakshmimsft force-pushed the lakshmimsft/upddependabotconfig branch from c5ae0ae to 3ddc961 Compare November 26, 2024 09:11
@lakshmimsft lakshmimsft force-pushed the lakshmimsft/upddependabotconfig branch from 3ddc961 to 39c5f9c Compare November 26, 2024 09:12
@lakshmimsft
Copy link
Contributor Author

lakshmimsft commented Nov 26, 2024

Per discussion, I have tested updated configuration on a test repo. The updated configuration will ignore major and minor regular version updates.

@radius-functional-tests
Copy link

radius-functional-tests bot commented Nov 26, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository lakshmimsft/radius-mainfork
Commit ref 5d659b6
Unique ID func08d17aedd3
Image tag pr-func08d17aedd3
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr:
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func08d17aedd3
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func08d17aedd3
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-func08d17aedd3
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func08d17aedd3
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func08d17aedd3
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting corerp-cloud functional tests...
⌛ Starting ucp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

@@ -32,3 +32,10 @@ updates:
directory: "/typespec/"
schedule:
interval: "weekly"
groups:
angular:
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops! updated.

@lakshmimsft lakshmimsft force-pushed the lakshmimsft/upddependabotconfig branch from 5d659b6 to 62da18b Compare November 26, 2024 17:42
@radius-functional-tests
Copy link

radius-functional-tests bot commented Nov 26, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository lakshmimsft/radius-mainfork
Commit ref 62da18b
Unique ID funcb3effc6614
Image tag pr-funcb3effc6614
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr:
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-funcb3effc6614
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-funcb3effc6614
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-funcb3effc6614
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-funcb3effc6614
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-funcb3effc6614
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting ucp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

Signed-off-by: lakshmimsft <[email protected]>
Signed-off-by: lakshmimsft <[email protected]>
Signed-off-by: lakshmimsft <[email protected]>
@lakshmimsft lakshmimsft force-pushed the lakshmimsft/upddependabotconfig branch from 62da18b to 6c002c3 Compare November 26, 2024 21:40
@radius-functional-tests
Copy link

radius-functional-tests bot commented Nov 26, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository lakshmimsft/radius-mainfork
Commit ref 6c002c3
Unique ID funcde1d53dd96
Image tag pr-funcde1d53dd96
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr:
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-funcde1d53dd96
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-funcde1d53dd96
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-funcde1d53dd96
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-funcde1d53dd96
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-funcde1d53dd96
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting corerp-cloud functional tests...
⌛ Starting ucp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

@lakshmimsft lakshmimsft merged commit 8cf658a into radius-project:main Nov 26, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants