Add dependabot file#2003
Merged
Merged
Conversation
Signed-off-by: sk593 <shruthikumar@microsoft.com>
4ba5718 to
a813f2d
Compare
Contributor
Author
|
Checks are failing but the error has been addressed by: #1969. They should be fixed once 0.41 is upmerged to edge |
ytimocin
previously approved these changes
Jan 8, 2025
| @@ -0,0 +1,58 @@ | |||
| version: 2 | |||
Contributor
There was a problem hiding this comment.
Let's make sure the version is the most up-to-date version
Contributor
Author
There was a problem hiding this comment.
Documentation says that this is always 2 for now: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#about-the-dependabotyml-file
9e0c6df to
a813f2d
Compare
kachawla
reviewed
Jan 10, 2025
| - "*" | ||
| - package-ecosystem: "gomod" | ||
| directories: | ||
| - "/" |
Contributor
Author
There was a problem hiding this comment.
this is for keeping gomod update to date. we don't need the root directory, just the aws directory so removed this line
Member
There was a problem hiding this comment.
yeah root directory is what I was asking for. Thanks for removing.
Signed-off-by: sk593 <shruthikumar@microsoft.com>
Signed-off-by: sk593 <shruthikumar@microsoft.com>
kachawla
previously approved these changes
Jan 10, 2025
lakshmimsft
approved these changes
Jan 14, 2025
willdavsmith
approved these changes
Jan 14, 2025
lakshmimsft
pushed a commit
to lakshmimsft/samples-fork
that referenced
this pull request
Jan 24, 2025
* add dependabot file Signed-off-by: sk593 <shruthikumar@microsoft.com> * remove dir Signed-off-by: sk593 <shruthikumar@microsoft.com> * update dir Signed-off-by: sk593 <shruthikumar@microsoft.com> * nit Signed-off-by: sk593 <shruthikumar@microsoft.com> --------- Signed-off-by: sk593 <shruthikumar@microsoft.com>
lakshmimsft
added a commit
that referenced
this pull request
Jan 24, 2025
* Add dependabot file (#2003) * add dependabot file Signed-off-by: sk593 <shruthikumar@microsoft.com> * remove dir Signed-off-by: sk593 <shruthikumar@microsoft.com> * update dir Signed-off-by: sk593 <shruthikumar@microsoft.com> * nit Signed-off-by: sk593 <shruthikumar@microsoft.com> --------- Signed-off-by: sk593 <shruthikumar@microsoft.com> * add check to verify manifests are registered Signed-off-by: lakshmimsft <ljavadekar@microsoft.com> --------- Signed-off-by: sk593 <shruthikumar@microsoft.com> Signed-off-by: lakshmimsft <ljavadekar@microsoft.com> Co-authored-by: Shruthi Kumar <shruthikumar@microsoft.com>
nithyatsu
pushed a commit
that referenced
this pull request
Feb 3, 2025
* Update samples for v0.42 * Update Test Samples Workflow - Set up Test EKS Cluster for Dapr (#2013) * Add check to verify manifests are registered in test workflow (#2031) * Add dependabot file (#2003) * add dependabot file Signed-off-by: sk593 <shruthikumar@microsoft.com> * remove dir Signed-off-by: sk593 <shruthikumar@microsoft.com> * update dir Signed-off-by: sk593 <shruthikumar@microsoft.com> * nit Signed-off-by: sk593 <shruthikumar@microsoft.com> --------- Signed-off-by: sk593 <shruthikumar@microsoft.com> * add check to verify manifests are registered Signed-off-by: lakshmimsft <ljavadekar@microsoft.com> --------- Signed-off-by: sk593 <shruthikumar@microsoft.com> Signed-off-by: lakshmimsft <ljavadekar@microsoft.com> Co-authored-by: Shruthi Kumar <shruthikumar@microsoft.com> * Update command to fetch cluster security group (#2030) Signed-off-by: Karishma Chawla <kachawla@microsoft.com> --------- Signed-off-by: sk593 <shruthikumar@microsoft.com> Signed-off-by: lakshmimsft <ljavadekar@microsoft.com> Signed-off-by: Karishma Chawla <kachawla@microsoft.com> Signed-off-by: Radius CI Bot <radiuscoreteam@service.microsoft.com> Co-authored-by: Karishma Chawla <kachawla@microsoft.com> Co-authored-by: Lakshmi Javadekar <103459615+lakshmimsft@users.noreply.github.com> Co-authored-by: Shruthi Kumar <shruthikumar@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a dependabot file to keep dependencies up to date
Fixes #1981