fix: added the token and dependabot yml - #23
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the Dependabot configuration to explicitly include a "dependencies" label for GitHub Actions, Terraform, and Pip updates. Review feedback suggests that these changes are redundant and should be removed, as they override beneficial default ecosystem labels and contain inaccurate comments regarding versioning labels.
| # Overrides default major/minor/patch labels | ||
| labels: | ||
| - "dependencies" |
There was a problem hiding this comment.
The labels configuration is redundant as Dependabot adds the dependencies label by default. Explicitly defining it here overrides all default labels, causing the loss of the ecosystem-specific label (e.g., github_actions), which is useful for filtering. Additionally, the comment about 'major/minor/patch' labels is inaccurate for this ecosystem. It is recommended to remove this block.
| # Overrides default major/minor/patch labels | ||
| labels: | ||
| - "dependencies" |
There was a problem hiding this comment.
The labels configuration is redundant as Dependabot adds the dependencies label by default. Explicitly defining it here overrides all default labels, causing the loss of the ecosystem-specific label (e.g., terraform), which is useful for filtering. Additionally, the comment about 'major/minor/patch' labels is inaccurate for this ecosystem. It is recommended to remove this block.
| # Overrides default major/minor/patch labels | ||
| labels: | ||
| - "dependencies" |
There was a problem hiding this comment.
The labels configuration is redundant as Dependabot adds the dependencies label by default. Explicitly defining it here overrides all default labels, causing the loss of the ecosystem-specific label (e.g., terraform), which is useful for filtering. Additionally, the comment about 'major/minor/patch' labels is inaccurate for this ecosystem. It is recommended to remove this block.
Automated PR for feat/docsreadme.