build(dependabot): ignore non-major action updates#1752
Merged
Conversation
Follow the lead of fastify/fastify#3451 No need to add the PR noise of every little patch or minor update to official GitHub actions. That just creates alert fatigue and drowns out actually substantial and/or important PR:s.
theoludwig
approved these changes
Nov 29, 2021
voxpelli
added a commit
to standard/standard-engine
that referenced
this pull request
Nov 29, 2021
voxpelli
added a commit
to standard/standard-engine
that referenced
this pull request
Nov 29, 2021
voxpelli
added a commit
to standard/standard-engine
that referenced
this pull request
Nov 30, 2021
* Validate engine versions + dependency list * Probably make all pass * Fix failing tests * Fix Node 12 support * Remove leftover todo comment * Improve naming of "results" post refactoring * Extract `hasErrors` and `hasWarnings` variables * Add coverage report * Exclude tests from type checks As else it checks `tmp/standard/`, which doesn't pass * Tweak type format * Extract utility methods * Remove non-needed @ts-ignore * Add unit tests for utils * We need to ensure we run the clone test first * Rename `build` to `lint` * Rename `Linter` to `StandardEngine` * Update README + CHANGELOG * Sync `dependabot.yml` with standard/standard repo See standard/standard#1752 * Update CHANGELOG.md Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
What is the purpose of this pull request? (put an "X" next to item)
[ ] Documentation update
[ ] Bug fix
[ ] New feature
[x] Other, please explain:
Improvement of maintenance setup
What changes did you make? (Give an overview)
Follow the lead of fastify/fastify#3451
No need to add the PR noise of every little patch or minor update to official GitHub actions. That just creates alert fatigue and drowns out actually substantial and/or important PR:s.
Which issue (if any) does this pull request address?
Solves fastify/fastify#3451, but for
standard/standardIs there anything you'd like reviewers to focus on?
Whether there are any objections to this change (and whether I have forgotten to widen an action range somewhere)