Update Dependabot Setup #179
Merged
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.
User description
Story: https://app.shortcut.com/smileid/story/15609
Summary
Setup Dependabot
Known Issues
Any shortcomings in your work. This may include corner cases not correctly handled or issues related
to but not within the scope of your PR. Design compromises should be discussed here if they were not
already discussed above.
Test Instructions
Concise test instructions on how to verify that your feature works as intended. This should include
changes to the development environment (if applicable) and all commands needed to run your work.
Screenshot
If applicable (e.g. UI changes), add screenshots to help explain your work.
PR Type
Other
Description
• Consolidate Dependabot configuration into single YAML file
• Add Gradle package ecosystem with Android plugin grouping
• Standardize timezone and schedule formatting across ecosystems
• Remove duplicate pub ecosystem configuration file
Changes walkthrough 📝
dependabot.yaml
Remove duplicate Dependabot configuration file
.github/dependabot.yaml
• Remove entire file containing pub package ecosystem configuration
dependabot.yml
Enhance Dependabot with multiple package ecosystems
.github/dependabot.yml
• Add comprehensive header comment with documentation link
•
Standardize GitHub Actions configuration with timezone and time
• Add
pub package ecosystem with weekly schedule
• Add Gradle ecosystem with
Android plugin grouping