- 
                Notifications
    You must be signed in to change notification settings 
- Fork 8
Group dependabot updates #126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
With griffe 0.35.0 (used by mkdocstrings), this line started to fail with an error `Empty modules section at line ...`. For now we are just working around it until the bug is fixed. See: mkdocstrings/griffe#204 Signed-off-by: Leandro Lucarella <[email protected]>
Security updates are already covered separately from these updates, so there is no urgency in other updates, and having them checked daily is a bit too distracting because it generates a considerable amount of PRs. Signed-off-by: Leandro Lucarella <[email protected]>
8ff29aa    to
    ca30850      
    Compare
  
            
          
                .github/dependabot.yml
              
                Outdated
          
        
      | # pyproject.toml) dependency updates when they are patch and minor updates, | ||
| # so we end up with less PRs being generated. | ||
| # Major updates are still managed, but they'll create one PR per | ||
| # dependency, as major updates are expected to be braking, it is better to | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
braking -> breaking
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same in the commit msg
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.. and every other copy of that text 😆
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It brakes the update... :P
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems you need to use the brakes more when typing "break"
We group production and development ("optional" in the context of
pyproject.toml) dependency updates when they are patch and minor
updates,so we end up with less PRs being generated.
Major updates are still managed, but they'll create one PR per
dependency, as major updates are expected to be breaking, it is better
to manage them individually.
Signed-off-by: Leandro Lucarella <[email protected]>
    Signed-off-by: Leandro Lucarella <[email protected]>
ca30850    to
    e134db0      
    Compare
  
    | Updated to fix  
 😓 | 
| Enabling auto-merge. | 
We group production and development ("optional" in the context of
pyproject.toml) dependency updates when they are patch and minor updates,so we end up with less PRs being generated.Major updates are still managed, but they'll create one PR per dependency, as major updates are expected to be breaking, it is better to manage them individually.
Also change dependabot frequency to weekly, as security updates are handled separately, there is no urgency for having other updates so often.