Conversation
Codecov Report
@@ Coverage Diff @@
## master #1588 +/- ##
==========================================
- Coverage 71.59% 71.54% -0.05%
==========================================
Files 205 205
Lines 6298 6298
==========================================
- Hits 4509 4506 -3
- Misses 1789 1792 +3
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
xermicus
approved these changes
Jan 11, 2023
athei
approved these changes
Jan 11, 2023
HCastano
pushed a commit
that referenced
this pull request
Jan 23, 2023
* dependabot: explicitly ignore substrate deps * Indentation * Revert to wildcards, move to cargo package * Comments * Fix update-types * Formatting
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.
The
ignoreconfig from #1561 don't seem to be working to prevent dependabot PRs.This PR moves the ignore section to the
cargoupdatessection as per the example in the docs: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#ignore.Also only ignores major updates since the automatic substrate releases process seems to do frequent major version bumps.