You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains 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
The reason will be displayed to describe this comment to others. Learn more.
@davidism you know this will still send auto-updates with the default schedule, right? I wonder if using branch protection / rule sets with the Locked checkbox can help disable it...
The reason will be displayed to describe this comment to others. Learn more.
Well that's disappointing to find out, but I looked it up and the reason makes sense (the more outdated versions there are, the bigger the service's shared cache becomes). Looks like there's a pre-commit-lite action as well that only does the checks/fixes, not the update.
f93dd6e
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.
@davidism you know this will still send auto-updates with the default schedule, right? I wonder if using branch protection / rule sets with the
Locked
checkbox can help disable it...f93dd6e
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.
Well that's disappointing to find out, but I looked it up and the reason makes sense (the more outdated versions there are, the bigger the service's shared cache becomes). Looks like there's a
pre-commit-lite
action as well that only does the checks/fixes, not the update.