-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update docker/login-action action to v3.6.0 #9
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
Closed
Conversation
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
… disable defaults per run.
Added default value functionality.
helpful if you'd want to save dryrun to some other file e.g.
`ep -d /etc/nginx/nginx.conf > /etc/nginx/nginx.test.conf`
currently this would generate file like
```
2018/06/18 12:45:41 [ INFO ] Expanding all references in '/etc/nginx/nginx.conf' would look like this:
events {
worker_connections 768;
}
error_log /dev/stdout info;
http {
.....
```
with this pull request message `Expanding all references in` should only appear if `-v`
Changed log level for a message
chore: update to golang1.17. Closes #38
* chore(ci): add gh actions and templates * chore: remove travis * chore(ci): add goreleaser * fix(makefile): remove old release logic Closes #28 as well.
* chore(ci): add matrix test * fix(makefile): add race flag for test * chore(ci): fix test yaml indentation * chore(ci): remove windows build env
* chore: bump go version to 1.19 * chore: bump all deps
Configure Renovate
chore(deps): update golang docker tag to v1.23
chore(deps): update docker/build-push-action action to v6
chore: update github actions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
v3.5.0->v3.6.0Release Notes
docker/login-action (docker/login-action)
v3.6.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.