Open renovate[bot] opened 1 year ago
@rultor please, try to merge
@rultor please, try to merge
@yegor256 OK, I'll try to merge now. You can check the progress of the merge here.
@rultor please, try to merge
@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 1min).
From github.com:zold-io/zold.github.io
* [new branch] gh-pages -> fork/gh-pages
* [new branch] master -> fork/master
* [new branch] renovate/actions-checkout-4.x -> fork/renovate/actions-checkout-4.x
* [new branch] renovate/eslint-config-google-0.x -> fork/renovate/eslint-config-google-0.x
* [new branch] renovate/eslint-config-standard-17.x -> fork/renovate/eslint-config-standard-17.x
* [new branch] renovate/eslint-plugin-node-11.x -> fork/renovate/eslint-plugin-node-11.x
* [new branch] renovate/grunt-cli-1.x -> fork/renovate/grunt-cli-1.x
* [new branch] renovate/grunt-contrib-clean-1.x -> fork/renovate/grunt-contrib-clean-1.x
* [new branch] renovate/grunt-contrib-clean-2.x -> fork/renovate/grunt-contrib-clean-2.x
* [new branch] renovate/grunt-contrib-compress-2.x -> fork/renovate/grunt-contrib-compress-2.x
* [new branch] renovate/node-gyp-9.x -> fork/renovate/node-gyp-9.x
* [new branch] renovate/npm-9.x -> fork/renovate/npm-9.x
+ args=
+ '[' default == default ']'
+ args=' --ff'
+ '[' default == no ']'
+ '[' default == only ']'
+ export BRANCH=__rultor
+ BRANCH=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
+ git checkout -B __rultor fork/renovate/grunt-contrib-clean-2.x
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/grunt-contrib-clean-2.x' from 'fork'.
+ git checkout -B master origin/master
Switched to and reset branch 'master'
Branch 'master' set up to track remote branch 'master' from 'origin'.
Your branch is up to date with 'origin/master'.
+ '[' false == true ']'
+ '[' false == true ']'
+ git merge --ff __rultor
Merge made by the 'ort' strategy.
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.28
++ bc
++ echo 0.28 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.28, low enough to run a new Docker container'
load average is 0.28, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/blog
+ docker pull yegor256/blog
Using default tag: latest
Error response from daemon: pull access denied for yegor256/blog, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
'cid' file is absent, most probably the Docker container wasn't started correctly
This PR contains the following updates:
1.0.0
->2.0.1
Release Notes
gruntjs/grunt-contrib-clean (grunt-contrib-clean)
### [`v2.0.1`](https://redirect.github.com/gruntjs/grunt-contrib-clean/releases/tag/v2.0.1) [Compare Source](https://redirect.github.com/gruntjs/grunt-contrib-clean/compare/v2.0.0...v2.0.1) - Update deps ([#117](https://redirect.github.com/gruntjs/grunt-contrib-clean/issues/117)) [`518aa72`](https://redirect.github.com/gruntjs/grunt-contrib-clean/commit/518aa72) - Update deps, clean up ([#116](https://redirect.github.com/gruntjs/grunt-contrib-clean/issues/116)) [`d226900`](https://redirect.github.com/gruntjs/grunt-contrib-clean/commit/d226900) - Bump async from 2.6.1 to 3.2.2 ([#113](https://redirect.github.com/gruntjs/grunt-contrib-clean/issues/113)) [`395bb66`](https://redirect.github.com/gruntjs/grunt-contrib-clean/commit/395bb66) - Bump path-parse from 1.0.5 to 1.0.7 ([#112](https://redirect.github.com/gruntjs/grunt-contrib-clean/issues/112)) [`b94a81e`](https://redirect.github.com/gruntjs/grunt-contrib-clean/commit/b94a81e) - Bump js-yaml from 3.5.5 to 3.14.1 ([#111](https://redirect.github.com/gruntjs/grunt-contrib-clean/issues/111)) [`897e872`](https://redirect.github.com/gruntjs/grunt-contrib-clean/commit/897e872) - Bump hosted-git-info from 2.6.0 to 2.8.9 ([#110](https://redirect.github.com/gruntjs/grunt-contrib-clean/issues/110)) [`947a601`](https://redirect.github.com/gruntjs/grunt-contrib-clean/commit/947a601) - Bump lodash from 4.17.15 to 4.17.21 ([#109](https://redirect.github.com/gruntjs/grunt-contrib-clean/issues/109)) [`569bf5f`](https://redirect.github.com/gruntjs/grunt-contrib-clean/commit/569bf5f) - Bump grunt from 1.0.3 to 1.3.0 ([#108](https://redirect.github.com/gruntjs/grunt-contrib-clean/issues/108)) [`2d125d1`](https://redirect.github.com/gruntjs/grunt-contrib-clean/commit/2d125d1) - Bump lodash from 4.17.10 to 4.17.15 ([#104](https://redirect.github.com/gruntjs/grunt-contrib-clean/issues/104)) [`c1882fa`](https://redirect.github.com/gruntjs/grunt-contrib-clean/commit/c1882fa) ### [`v2.0.0`](https://redirect.github.com/gruntjs/grunt-contrib-clean/compare/v1.1.0...v2.0.0) [Compare Source](https://redirect.github.com/gruntjs/grunt-contrib-clean/compare/v1.1.0...v2.0.0) ### [`v1.1.0`](https://redirect.github.com/gruntjs/grunt-contrib-clean/compare/v1.0.0...v1.1.0) [Compare Source](https://redirect.github.com/gruntjs/grunt-contrib-clean/compare/v1.0.0...v1.1.0)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.