- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 14
 
Dependabot: only major and security updates (ignore minor/patch) #511
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
base: main
Are you sure you want to change the base?
Conversation
| 
           I always end up ignoring so many dependabot email messages from the previous config, and I think this is probably a more reasonable config (major + security)  | 
    
Co-authored-by: rfay <[email protected]>
| 
           @copilot you have test failures on dependabot.yml (invalid details)  | 
    
Co-authored-by: rfay <[email protected]>
          
 Fixed in commit 728f224. The issue was the invalid   | 
    
| 
           @copilot it still is invalid:  | 
    
| 
           @copilot update and fix what's missing still  | 
    
Co-authored-by: rfay <[email protected]>
          
 ... Fixed in commit c8c636c. Added   | 
    
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.
Looks better to me.
          
 | 
    



.github/dependabot.ymlto ignore semver-minor and semver-patch updates for both package ecosystemsdependency-namefieldSummary of Changes:
Updated
.github/dependabot.ymlto configure Dependabot to only create pull requests for:Changes made:
ignoreblocks to bothgithub-actionsandgradlepackage ecosystemsversion-update:semver-minorandversion-update:semver-patchfor all dependencies usingdependency-name: "*"commit-messageprefix "build" for both ecosystemsdependency-name: "*"field to ignore blocks (wildcard pattern applies rules to all dependencies)The configuration now follows GitHub's Dependabot schema correctly. Minor and patch version updates will be ignored to reduce churn, while major updates and security fixes will still create pull requests.
Original prompt
This pull request was created as a result of the following prompt from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.