-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update Workflows, Add Dependabot #52
Conversation
|
||
- uses: actions/upload-artifact@v4 | ||
with: | ||
compression-level: 0 |
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.
No compression at all?
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.
No compression at all?
You can change it by 0-9, i left it for you, 6 is default. Artifact comes ~1mb anyway without compression. It decreases compile time.
@x87 review? |
You know. Dependabot will update submodules. Updating action packages will not harm you. Also test CI is for testing pull requests if it's passing or not. You can close PR if you want. Thanks. |
I see. I had mostly negative experience with dependabot in my projects as I was overwhelmed with minor package updates (see here for example). We can try it out and if it get too annoying, we will disable. |
You can always configure Dependabot for example group the updates, check updates weekly or monthly and configure only for major updates. It will not spam minor updates. Thanks. |
No description provided.