Skip to content

Instantly share code, notes, and snippets.

@JamieMagee
Created August 3, 2022 05:19
Show Gist options
  • Save JamieMagee/8f5212f6eb08c13638d77ffcaf4f3b0f to your computer and use it in GitHub Desktop.
Save JamieMagee/8f5212f6eb08c13638d77ffcaf4f3b0f to your computer and use it in GitHub Desktop.
"C:\Program Files\nodejs\node.exe" -r ts-node/register/transpile-only C:\src\renovate\lib\renovate.ts
Debugger listening on ws://127.0.0.1:56532/175eaa71-ccd5-4c62-ad42-e8790c3efd65
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.
DEBUG: Using RE2 as regex engine
DEBUG: Parsing configs
DEBUG: Checking for config file in C:\src\renovate/config.js
DEBUG: File config
"config": {
"platform": "github",
"repositories": ["JamieMagee/renovate-azure-pipelines-tasks"],
"token": "***********",
"dryRun": null,
"requireConfig": "optional",
"onboarding": false,
"dependencyDashboard": false
}
DEBUG: CLI config
"config": {}
DEBUG: Env config
"config": {"hostRules": []}
DEBUG: Combined config
"config": {
"platform": "github",
"repositories": ["JamieMagee/renovate-azure-pipelines-tasks"],
"token": "***********",
"dryRun": null,
"requireConfig": "optional",
"onboarding": false,
"dependencyDashboard": false,
"hostRules": []
}
DEBUG: Found valid git version: 2.37.1.windows.1
DEBUG: Using default github endpoint: https://api.github.com/
DEBUG: GitHub 404
"url": "https://api.github.com/user/emails"
DEBUG: Cannot read user/emails endpoint on GitHub to retrieve gitAuthor
DEBUG: Platform config
"platformConfig": {
"hostType": "github",
"endpoint": "https://api.github.com/",
"isGHApp": false,
"isGhe": false,
"userDetails": {"username": "JamieMagee", "name": "Jamie Magee"},
"userEmail": null
},
"renovateUsername": "JamieMagee"
DEBUG: Adding token authentication for api.github.com to hostRules
DEBUG: Using baseDir: C:/Users/jamagee/AppData/Local/Temp/renovate
DEBUG: Using cacheDir: C:/Users/jamagee/AppData/Local/Temp/renovate/cache
DEBUG: Initializing Renovate internal cache into C:/Users/jamagee/AppData/Local/Temp/renovate/cache/renovate/renovate-cache-v1
DEBUG: Commits limit = null
DEBUG: Setting global hostRules
DEBUG: Adding token authentication for api.github.com to hostRules
DEBUG: validatePresets()
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding token authentication for api.github.com to hostRules
INFO: Repository started (repository=JamieMagee/renovate-azure-pipelines-tasks)
"renovateVersion": "0.0.0-semantic-release"
DEBUG: Using localDir: C:/Users/jamagee/AppData/Local/Temp/renovate/repos/github/JamieMagee/renovate-azure-pipelines-tasks (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: PackageFiles.clear() - Package files deleted (repository=JamieMagee/renovate-azure-pipelines-tasks)
"baseBranches": []
DEBUG: resetMemCache() (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: initRepo("JamieMagee/renovate-azure-pipelines-tasks") (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: JamieMagee/renovate-azure-pipelines-tasks default branch = main (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using personal access token for git init (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Resetting npmrc (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: detectSemanticCommits() (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Initializing git repository into C:/Users/jamagee/AppData/Local/Temp/renovate/repos/github/JamieMagee/renovate-azure-pipelines-tasks (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Performing blobless clone (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: git clone completed (repository=JamieMagee/renovate-azure-pipelines-tasks)
"durationMs": 1177
DEBUG: latest repository commit (repository=JamieMagee/renovate-azure-pipelines-tasks)
"latestCommit": {
"hash": "c284f3467937a48130a5ada6bf37aa354278888a",
"date": "2022-08-02T22:04:42-07:00",
"message": "Initial commit",
"refs": "HEAD -> main, origin/main, origin/HEAD",
"body": "",
"author_name": "Jamie Magee",
"author_email": "jamie.magee@gmail.com"
}
DEBUG: getCommitMessages (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Semantic commits detection: unknown (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: No semantic commits detected (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: checkOnboarding() (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: isOnboarded() (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Repo is onboarded (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: No renovate config file found (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: migrateAndValidate() (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: No config migration necessary (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: massaged config (repository=JamieMagee/renovate-azure-pipelines-tasks)
"config": {}
DEBUG: migrated config (repository=JamieMagee/renovate-azure-pipelines-tasks)
"config": {}
DEBUG: Found repo ignorePaths (repository=JamieMagee/renovate-azure-pipelines-tasks)
"ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: No vulnerability alerts found (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: No baseBranches (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: extract() (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Setting current branch to main (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: latest commit (repository=JamieMagee/renovate-azure-pipelines-tasks)
"branchName": "main",
"latestCommitDate": "2022-08-02T22:04:42-07:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager ansible-galaxy (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)galaxy\.ya?ml$ for manager ansible-galaxy (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)batect(-bundle)?\.yml$ for manager batect (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel)$ for manager bazel (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|\/)\.bazelversion$ for manager bazelisk (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: \.cake$ for manager cake (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)Cargo.toml$ for manager cargo (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/).circleci/config.yml$ for manager circleci (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)cloudbuild.ya?ml for manager cloudbuild (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)([\w-]*)composer.json$ for manager composer (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/|\.)Dockerfile$ for manager dockerfile (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)Dockerfile[^/]*$ for manager dockerfile (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/).drone.yml$ for manager droneci (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)fleet.ya?ml for manager fleet (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)flux-system/gotk-components\.yaml$ for manager flux (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|\/)\.fvm\/fvm_config\.json$ for manager fvm (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/).gitmodules$ for manager git-submodules (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: ^(workflow-templates|\.github\/workflows)\/[^/]+\.ya?ml$ for manager github-actions (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|\/)action\.ya?ml$ for manager github-actions (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: \.gitlab-ci\.yml$ for manager gitlabci (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: \.gitlab-ci\.yml$ for manager gitlabci-include (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)go.mod$ for manager gomod (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|\/)gradle\.properties$ for manager gradle (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|\/)gradle\/.+\.toml$ for manager gradle (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper.properties$ for manager gradle-wrapper (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)requirements\.yaml$ for manager helm-requirements (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)values.yaml$ for manager helm-values (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)helmfile.yaml$ for manager helmfile (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)Chart.yaml$ for manager helmv3 (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: \.html?$ for manager html (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)jsonnetfile.json$ for manager jsonnet-bundler (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)package.js$ for manager meteor (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/).node-version$ for manager nodenv (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)package.json$ for manager npm (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|\/)dotnet-tools\.json$ for manager nuget (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|\/)global\.json$ for manager nuget (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)([\w-]*)requirements\.(txt|pip)$ for manager pip_requirements (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)setup.py$ for manager pip_setup (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)\.pre-commit-config\.yaml$ for manager pre-commit (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|\/)Puppetfile$ for manager puppet (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/).python-version$ for manager pyenv (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: project/[^/]*.scala$ for manager sbt (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: \.tf$ for manager terraform (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: ^.travis.yml$ for manager travis (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Using file match: (^|/).vela.ya?ml$ for manager velaci (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Matched 3 file(s) for manager azure-pipelines: azure-pipelines-jobs.yaml, azure-pipelines-stages.yaml, azure-pipelines-steps.yaml (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Found azure-pipelines package files (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Found 3 package file(s) (repository=JamieMagee/renovate-azure-pipelines-tasks)
INFO: Dependency extraction complete (repository=JamieMagee/renovate-azure-pipelines-tasks)
"baseBranch": "main",
"stats": {
"managers": {"azure-pipelines": {"fileCount": 3, "depCount": 14}},
"total": {"fileCount": 3, "depCount": 14}
}
DEBUG: PackageFiles.add() - Package file saved for branch (repository=JamieMagee/renovate-azure-pipelines-tasks)
"baseBranch": "main"
DEBUG: Package releases lookups complete (repository=JamieMagee/renovate-azure-pipelines-tasks)
"baseBranch": "main"
DEBUG: branchifyUpgrades (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: 8 flattened updates found: AzureFileCopy, AzureCLI, AzureFileCopy, AzureCLI, CacheBeta, DownloadPipelineArtifact, DownloadPipelineArtifact, AzureFileCopy (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Returning 4 branch(es) (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: config.repoIsOnboarded=true (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: packageFiles with updates (repository=JamieMagee/renovate-azure-pipelines-tasks)
"config": {
"azure-pipelines": [
{
"packageFile": "azure-pipelines-jobs.yaml",
"deps": [
{
"depName": "Bash",
"currentValue": "3",
"datasource": "azure-pipelines-tasks",
"depIndex": 0,
"updates": [],
"warnings": [],
"versioning": "loose",
"currentVersion": "3",
"fixedVersion": "3"
},
{
"depName": "AzureFileCopy",
"currentValue": "1",
"datasource": "azure-pipelines-tasks",
"depIndex": 1,
"updates": [
{
"bucket": "major",
"newVersion": "5",
"newValue": "5",
"newMajor": 5,
"newMinor": null,
"updateType": "major",
"branchName": "renovate/azurefilecopy-5.x"
}
],
"warnings": [],
"versioning": "loose",
"currentVersion": "1",
"isSingleVersion": true,
"fixedVersion": "1"
},
{
"depName": "AzureCLI",
"currentValue": "1",
"datasource": "azure-pipelines-tasks",
"depIndex": 2,
"updates": [
{
"bucket": "major",
"newVersion": "2",
"newValue": "2",
"newMajor": 2,
"newMinor": null,
"updateType": "major",
"branchName": "renovate/azurecli-2.x"
}
],
"warnings": [],
"versioning": "loose",
"currentVersion": "1",
"isSingleVersion": true,
"fixedVersion": "1"
},
{
"depName": "AzureCLI",
"currentValue": "2",
"datasource": "azure-pipelines-tasks",
"depIndex": 3,
"updates": [],
"warnings": [],
"versioning": "loose",
"currentVersion": "2",
"fixedVersion": "2"
}
]
},
{
"packageFile": "azure-pipelines-stages.yaml",
"deps": [
{
"depName": "Bash",
"currentValue": "3",
"datasource": "azure-pipelines-tasks",
"depIndex": 0,
"updates": [],
"warnings": [],
"versioning": "loose",
"currentVersion": "3",
"fixedVersion": "3"
},
{
"depName": "AzureFileCopy",
"currentValue": "1",
"datasource": "azure-pipelines-tasks",
"depIndex": 1,
"updates": [
{
"bucket": "major",
"newVersion": "5",
"newValue": "5",
"newMajor": 5,
"newMinor": null,
"updateType": "major",
"branchName": "renovate/azurefilecopy-5.x"
}
],
"warnings": [],
"versioning": "loose",
"currentVersion": "1",
"isSingleVersion": true,
"fixedVersion": "1"
},
{
"depName": "AzureCLI",
"currentValue": "1",
"datasource": "azure-pipelines-tasks",
"depIndex": 2,
"updates": [
{
"bucket": "major",
"newVersion": "2",
"newValue": "2",
"newMajor": 2,
"newMinor": null,
"updateType": "major",
"branchName": "renovate/azurecli-2.x"
}
],
"warnings": [],
"versioning": "loose",
"currentVersion": "1",
"isSingleVersion": true,
"fixedVersion": "1"
},
{
"depName": "AzureCLI",
"currentValue": "2",
"datasource": "azure-pipelines-tasks",
"depIndex": 3,
"updates": [],
"warnings": [],
"versioning": "loose",
"currentVersion": "2",
"fixedVersion": "2"
},
{
"depName": "AzureWebApp",
"currentValue": "1",
"datasource": "azure-pipelines-tasks",
"depIndex": 4,
"updates": [],
"warnings": [],
"versioning": "loose",
"currentVersion": "1",
"fixedVersion": "1"
},
{
"depName": "CacheBeta",
"currentValue": "0",
"datasource": "azure-pipelines-tasks",
"depIndex": 5,
"updates": [
{
"bucket": "major",
"newVersion": "1",
"newValue": "1",
"newMajor": 1,
"newMinor": null,
"updateType": "major",
"branchName": "renovate/cachebeta-1.x"
}
],
"warnings": [],
"versioning": "loose",
"currentVersion": "0",
"isSingleVersion": true,
"fixedVersion": "0"
},
{
"depName": "DownloadPipelineArtifact",
"currentValue": "0",
"datasource": "azure-pipelines-tasks",
"depIndex": 6,
"updates": [
{
"bucket": "major",
"newVersion": "2",
"newValue": "2",
"newMajor": 2,
"newMinor": null,
"updateType": "major",
"branchName": "renovate/downloadpipelineartifact-2.x"
}
],
"warnings": [],
"versioning": "loose",
"currentVersion": "0",
"isSingleVersion": true,
"fixedVersion": "0"
},
{
"depName": "DownloadPipelineArtifact",
"currentValue": "1",
"datasource": "azure-pipelines-tasks",
"depIndex": 7,
"updates": [
{
"bucket": "major",
"newVersion": "2",
"newValue": "2",
"newMajor": 2,
"newMinor": null,
"updateType": "major",
"branchName": "renovate/downloadpipelineartifact-2.x"
}
],
"warnings": [],
"versioning": "loose",
"currentVersion": "1",
"isSingleVersion": true,
"fixedVersion": "1"
}
]
},
{
"packageFile": "azure-pipelines-steps.yaml",
"deps": [
{
"depName": "Bash",
"currentValue": "3",
"datasource": "azure-pipelines-tasks",
"depIndex": 0,
"updates": [],
"warnings": [],
"versioning": "loose",
"currentVersion": "3",
"fixedVersion": "3"
},
{
"depName": "AzureFileCopy",
"currentValue": "1",
"datasource": "azure-pipelines-tasks",
"depIndex": 1,
"updates": [
{
"bucket": "major",
"newVersion": "5",
"newValue": "5",
"newMajor": 5,
"newMinor": null,
"updateType": "major",
"branchName": "renovate/azurefilecopy-5.x"
}
],
"warnings": [],
"versioning": "loose",
"currentVersion": "1",
"isSingleVersion": true,
"fixedVersion": "1"
}
]
}
]
}
DEBUG: processRepo() (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Processing 4 branches: renovate/azurecli-2.x, renovate/azurefilecopy-5.x, renovate/cachebeta-1.x, renovate/downloadpipelineartifact-2.x (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Calculated maximum PRs remaining this run (repository=JamieMagee/renovate-azure-pipelines-tasks)
"prsRemaining": 99
DEBUG: PullRequests limit = 99 (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Calculated maximum branches remaining this run (repository=JamieMagee/renovate-azure-pipelines-tasks)
"branchesRemaining": 99
DEBUG: Branches limit = 99 (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: getBranchPr(renovate/azurecli-2.x) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: findPr(renovate/azurecli-2.x, undefined, open) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: getPrList success (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
"pullsTotal": 0,
"requestsTotal": 1,
"apiQuotaAffected": true
DEBUG: findPr(renovate/azurecli-2.x, undefined, closed) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: branchExists=false (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: dependencyDashboardCheck=undefined (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: recreateClosed is false (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: findPr(renovate/azurecli-2.x, Update dependency AzureCLI to v2, !open) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: prAlreadyExisted=false (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: Checking schedule(at any time, null) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: No schedule defined (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: Setting current branch to main (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: latest commit (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
"branchName": "main",
"latestCommitDate": "2022-08-02T22:04:42-07:00"
DEBUG: Branch needs creating (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: Using reuseExistingBranch: false (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: manager.getUpdatedPackageFiles() reuseExistinbranch=false (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: Starting search at index 192 (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/azurecli-2.x)
"depName": "AzureCLI"
DEBUG: Found match at index 192 (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/azurecli-2.x)
"depName": "AzureCLI"
DEBUG: Value mismatch (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/azurecli-2.x)
"manager": "azure-pipelines",
"expectedValue": "2",
"foundValue": "1"
DEBUG: Found match at index 257 (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/azurecli-2.x)
"depName": "AzureCLI"
DEBUG: Contents updated (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/azurecli-2.x)
"depName": "AzureCLI"
DEBUG: Starting search at index 136 (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-jobs.yaml, branch=renovate/azurecli-2.x)
"depName": "AzureCLI"
DEBUG: Found match at index 136 (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-jobs.yaml, branch=renovate/azurecli-2.x)
"depName": "AzureCLI"
DEBUG: Value mismatch (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-jobs.yaml, branch=renovate/azurecli-2.x)
"manager": "azure-pipelines",
"expectedValue": "2",
"foundValue": "1"
DEBUG: Found match at index 189 (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-jobs.yaml, branch=renovate/azurecli-2.x)
"depName": "AzureCLI"
DEBUG: Contents updated (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-jobs.yaml, branch=renovate/azurecli-2.x)
"depName": "AzureCLI"
DEBUG: Updated 2 package files (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: No updated lock files in branch (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: 2 file(s) to commit (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: Preparing files for committing to branch renovate/azurecli-2.x (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: Setting git author name (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
"gitAuthorName": "Renovate Bot"
DEBUG: Setting git author email (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
"gitAuthorEmail": "renovate@whitesourcesoftware.com"
DEBUG: git commit (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
"deletedFiles": [],
"ignoredFiles": [],
"result": {
"author": null,
"branch": "renovate/azurecli-2.x",
"commit": "4365d9d6fe6a2a2577e9871d10ada00c73229b7b",
"root": false,
"summary": {"changes": 2, "insertions": 2, "deletions": 2}
}
DEBUG: Pushing branch renovate/azurecli-2.x (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: git push (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
"result": {
"pushed": [
{
"deleted": false,
"tag": false,
"branch": true,
"new": true,
"alreadyUpdated": false,
"local": "refs/heads/renovate/azurecli-2.x",
"remote": "refs/heads/renovate/azurecli-2.x"
}
],
"ref": {"local": "refs/remotes/origin/renovate/azurecli-2.x"},
"remoteMessages": {
"all": [
"Create a pull request for 'renovate/azurecli-2.x' on GitHub by visiting:",
"https://github.com/JamieMagee/renovate-azure-pipelines-tasks/pull/new/renovate/azurecli-2.x"
],
"pullRequestUrl": "https://github.com/JamieMagee/renovate-azure-pipelines-tasks/pull/new/renovate/azurecli-2.x"
}
}
INFO: Branch created (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
"commitSha": "4365d9d6fe6a2a2577e9871d10ada00c73229b7b"
DEBUG: Ensuring PR (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: There are 0 errors and 0 warnings (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: getBranchPr(renovate/azurecli-2.x) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: findPr(renovate/azurecli-2.x, undefined, open) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: findPr(renovate/azurecli-2.x, undefined, closed) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: Creating PR (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
"prTitle": "Update dependency AzureCLI to v2"
DEBUG: Creating PR (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
"title": "Update dependency AzureCLI to v2",
"head": "JamieMagee:renovate/azurecli-2.x",
"base": "main",
"draft": false
DEBUG: PR created (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
"pr": 1,
"draft": false
DEBUG: Adding labels '' to #1 (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
INFO: PR created (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
"pr": 1,
"prTitle": "Update dependency AzureCLI to v2"
DEBUG: addParticipants(pr=1) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: Created Pull Request #1 (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: PR is not configured for automerge (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurecli-2.x)
DEBUG: getBranchPr(renovate/azurefilecopy-5.x) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: findPr(renovate/azurefilecopy-5.x, undefined, open) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: findPr(renovate/azurefilecopy-5.x, undefined, closed) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: branchExists=false (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: dependencyDashboardCheck=undefined (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: recreateClosed is false (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: findPr(renovate/azurefilecopy-5.x, Update dependency AzureFileCopy to v5, !open) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: prAlreadyExisted=false (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: Checking schedule(at any time, null) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: No schedule defined (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: Setting current branch to main (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: latest commit (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
"branchName": "main",
"latestCommitDate": "2022-08-02T22:04:42-07:00"
DEBUG: Branch needs creating (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: Using reuseExistingBranch: false (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: manager.getUpdatedPackageFiles() reuseExistinbranch=false (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: Starting search at index 94 (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-steps.yaml, branch=renovate/azurefilecopy-5.x)
"depName": "AzureFileCopy"
DEBUG: Found match at index 94 (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-steps.yaml, branch=renovate/azurefilecopy-5.x)
"depName": "AzureFileCopy"
DEBUG: Contents updated (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-steps.yaml, branch=renovate/azurefilecopy-5.x)
"depName": "AzureFileCopy"
DEBUG: Starting search at index 192 (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/azurefilecopy-5.x)
"depName": "AzureFileCopy"
DEBUG: Found match at index 192 (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/azurefilecopy-5.x)
"depName": "AzureFileCopy"
DEBUG: Contents updated (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/azurefilecopy-5.x)
"depName": "AzureFileCopy"
DEBUG: Starting search at index 136 (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-jobs.yaml, branch=renovate/azurefilecopy-5.x)
"depName": "AzureFileCopy"
DEBUG: Found match at index 136 (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-jobs.yaml, branch=renovate/azurefilecopy-5.x)
"depName": "AzureFileCopy"
DEBUG: Contents updated (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-jobs.yaml, branch=renovate/azurefilecopy-5.x)
"depName": "AzureFileCopy"
DEBUG: Updated 3 package files (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: No updated lock files in branch (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: 3 file(s) to commit (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: Preparing files for committing to branch renovate/azurefilecopy-5.x (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: git commit (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
"deletedFiles": [],
"ignoredFiles": [],
"result": {
"author": null,
"branch": "renovate/azurefilecopy-5.x",
"commit": "c48b01122e95cb07cf1a3bfdbf39f0d17363208a",
"root": false,
"summary": {"changes": 3, "insertions": 3, "deletions": 0}
}
DEBUG: Pushing branch renovate/azurefilecopy-5.x (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: git push (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
"result": {
"pushed": [
{
"deleted": false,
"tag": false,
"branch": true,
"new": true,
"alreadyUpdated": false,
"local": "refs/heads/renovate/azurefilecopy-5.x",
"remote": "refs/heads/renovate/azurefilecopy-5.x"
}
],
"ref": {"local": "refs/remotes/origin/renovate/azurefilecopy-5.x"},
"remoteMessages": {
"all": [
"Create a pull request for 'renovate/azurefilecopy-5.x' on GitHub by visiting:",
"https://github.com/JamieMagee/renovate-azure-pipelines-tasks/pull/new/renovate/azurefilecopy-5.x"
],
"pullRequestUrl": "https://github.com/JamieMagee/renovate-azure-pipelines-tasks/pull/new/renovate/azurefilecopy-5.x"
}
}
INFO: Branch created (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
"commitSha": "c48b01122e95cb07cf1a3bfdbf39f0d17363208a"
DEBUG: Ensuring PR (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: There are 0 errors and 0 warnings (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: getBranchPr(renovate/azurefilecopy-5.x) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: findPr(renovate/azurefilecopy-5.x, undefined, open) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: findPr(renovate/azurefilecopy-5.x, undefined, closed) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: Creating PR (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
"prTitle": "Update dependency AzureFileCopy to v5"
DEBUG: Creating PR (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
"title": "Update dependency AzureFileCopy to v5",
"head": "JamieMagee:renovate/azurefilecopy-5.x",
"base": "main",
"draft": false
DEBUG: PR created (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
"pr": 2,
"draft": false
DEBUG: Adding labels '' to #2 (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
INFO: PR created (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
"pr": 2,
"prTitle": "Update dependency AzureFileCopy to v5"
DEBUG: addParticipants(pr=2) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: Created Pull Request #2 (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: PR is not configured for automerge (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/azurefilecopy-5.x)
DEBUG: getBranchPr(renovate/cachebeta-1.x) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: findPr(renovate/cachebeta-1.x, undefined, open) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: findPr(renovate/cachebeta-1.x, undefined, closed) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: branchExists=false (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: recreateClosed is false (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: findPr(renovate/cachebeta-1.x, Update dependency CacheBeta to v1, !open) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: prAlreadyExisted=false (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: Checking schedule(at any time, null) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: No schedule defined (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: Setting current branch to main (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: latest commit (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
"branchName": "main",
"latestCommitDate": "2022-08-02T22:04:42-07:00"
DEBUG: Branch needs creating (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: Using reuseExistingBranch: false (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: manager.getUpdatedPackageFiles() reuseExistinbranch=false (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: Starting search at index 415 (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/cachebeta-1.x)
"depName": "CacheBeta"
DEBUG: Found match at index 415 (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/cachebeta-1.x)
"depName": "CacheBeta"
DEBUG: Contents updated (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/cachebeta-1.x)
"depName": "CacheBeta"
DEBUG: Updated 1 package files (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: No updated lock files in branch (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: 1 file(s) to commit (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: Preparing files for committing to branch renovate/cachebeta-1.x (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: git commit (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
"deletedFiles": [],
"ignoredFiles": [],
"result": {
"author": null,
"branch": "renovate/cachebeta-1.x",
"commit": "04da560a5c070f12af0aca0f8d3bc5ec5737fca2",
"root": false,
"summary": {"changes": 1, "insertions": 1, "deletions": 1}
}
DEBUG: Pushing branch renovate/cachebeta-1.x (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: git push (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
"result": {
"pushed": [
{
"deleted": false,
"tag": false,
"branch": true,
"new": true,
"alreadyUpdated": false,
"local": "refs/heads/renovate/cachebeta-1.x",
"remote": "refs/heads/renovate/cachebeta-1.x"
}
],
"ref": {"local": "refs/remotes/origin/renovate/cachebeta-1.x"},
"remoteMessages": {
"all": [
"Create a pull request for 'renovate/cachebeta-1.x' on GitHub by visiting:",
"https://github.com/JamieMagee/renovate-azure-pipelines-tasks/pull/new/renovate/cachebeta-1.x"
],
"pullRequestUrl": "https://github.com/JamieMagee/renovate-azure-pipelines-tasks/pull/new/renovate/cachebeta-1.x"
}
}
INFO: Branch created (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
"commitSha": "04da560a5c070f12af0aca0f8d3bc5ec5737fca2"
DEBUG: Ensuring PR (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: There are 0 errors and 0 warnings (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: getBranchPr(renovate/cachebeta-1.x) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: findPr(renovate/cachebeta-1.x, undefined, open) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: findPr(renovate/cachebeta-1.x, undefined, closed) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: Creating PR (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
"prTitle": "Update dependency CacheBeta to v1"
DEBUG: Creating PR (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
"title": "Update dependency CacheBeta to v1",
"head": "JamieMagee:renovate/cachebeta-1.x",
"base": "main",
"draft": false
DEBUG: PR created (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
"pr": 3,
"draft": false
DEBUG: Adding labels '' to #3 (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
INFO: PR created (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
"pr": 3,
"prTitle": "Update dependency CacheBeta to v1"
DEBUG: addParticipants(pr=3) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: Created Pull Request #3 (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: PR is not configured for automerge (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/cachebeta-1.x)
DEBUG: getBranchPr(renovate/downloadpipelineartifact-2.x) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: findPr(renovate/downloadpipelineartifact-2.x, undefined, open) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: findPr(renovate/downloadpipelineartifact-2.x, undefined, closed) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: branchExists=false (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: dependencyDashboardCheck=undefined (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: recreateClosed is false (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: findPr(renovate/downloadpipelineartifact-2.x, Update dependency DownloadPipelineArtifact to v2, !open) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: prAlreadyExisted=false (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: Checking schedule(at any time, null) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: No schedule defined (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: Setting current branch to main (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: latest commit (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
"branchName": "main",
"latestCommitDate": "2022-08-02T22:04:42-07:00"
DEBUG: Branch needs creating (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: Using reuseExistingBranch: false (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: manager.getUpdatedPackageFiles() reuseExistinbranch=false (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: Starting search at index 192 (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/downloadpipelineartifact-2.x)
"depName": "DownloadPipelineArtifact"
DEBUG: Found match at index 192 (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/downloadpipelineartifact-2.x)
"depName": "DownloadPipelineArtifact"
DEBUG: Value mismatch (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/downloadpipelineartifact-2.x)
"manager": "azure-pipelines",
"expectedValue": "2",
"foundValue": "1"
DEBUG: Found match at index 257 (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/downloadpipelineartifact-2.x)
"depName": "DownloadPipelineArtifact"
DEBUG: Value mismatch (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/downloadpipelineartifact-2.x)
"manager": "azure-pipelines",
"expectedValue": "2",
"foundValue": "1"
DEBUG: Found match at index 384 (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/downloadpipelineartifact-2.x)
"depName": "DownloadPipelineArtifact"
DEBUG: Value mismatch (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/downloadpipelineartifact-2.x)
"manager": "azure-pipelines",
"expectedValue": "2",
"foundValue": "1"
DEBUG: Found match at index 542 (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/downloadpipelineartifact-2.x)
"depName": "DownloadPipelineArtifact"
DEBUG: Contents updated (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/downloadpipelineartifact-2.x)
"depName": "DownloadPipelineArtifact"
DEBUG: Starting search at index 415 (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/downloadpipelineartifact-2.x)
"depName": "DownloadPipelineArtifact"
DEBUG: Found match at index 415 (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/downloadpipelineartifact-2.x)
"depName": "DownloadPipelineArtifact"
DEBUG: Value mismatch (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/downloadpipelineartifact-2.x)
"manager": "azure-pipelines",
"expectedValue": "2",
"foundValue": "0"
DEBUG: Found match at index 496 (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/downloadpipelineartifact-2.x)
"depName": "DownloadPipelineArtifact"
DEBUG: Contents updated (repository=JamieMagee/renovate-azure-pipelines-tasks, packageFile=azure-pipelines-stages.yaml, branch=renovate/downloadpipelineartifact-2.x)
"depName": "DownloadPipelineArtifact"
DEBUG: Updated 1 package files (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: No updated lock files in branch (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: 1 file(s) to commit (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: Preparing files for committing to branch renovate/downloadpipelineartifact-2.x (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: git commit (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
"deletedFiles": [],
"ignoredFiles": [],
"result": {
"author": null,
"branch": "renovate/downloadpipelineartifact-2.x",
"commit": "df6bde832cea85cfad5b6e7db33c9c1683040575",
"root": false,
"summary": {"changes": 1, "insertions": 2, "deletions": 0}
}
DEBUG: Pushing branch renovate/downloadpipelineartifact-2.x (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: git push (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
"result": {
"pushed": [
{
"deleted": false,
"tag": false,
"branch": true,
"new": true,
"alreadyUpdated": false,
"local": "refs/heads/renovate/downloadpipelineartifact-2.x",
"remote": "refs/heads/renovate/downloadpipelineartifact-2.x"
}
],
"ref": {"local": "refs/remotes/origin/renovate/downloadpipelineartifact-2.x"},
"remoteMessages": {
"all": [
"Create a pull request for 'renovate/downloadpipelineartifact-2.x' on GitHub by visiting:",
"https://github.com/JamieMagee/renovate-azure-pipelines-tasks/pull/new/renovate/downloadpipelineartifact-2.x"
],
"pullRequestUrl": "https://github.com/JamieMagee/renovate-azure-pipelines-tasks/pull/new/renovate/downloadpipelineartifact-2.x"
}
}
INFO: Branch created (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
"commitSha": "df6bde832cea85cfad5b6e7db33c9c1683040575"
DEBUG: Ensuring PR (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: There are 0 errors and 0 warnings (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: getBranchPr(renovate/downloadpipelineartifact-2.x) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: findPr(renovate/downloadpipelineartifact-2.x, undefined, open) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: findPr(renovate/downloadpipelineartifact-2.x, undefined, closed) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: Creating PR (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
"prTitle": "Update dependency DownloadPipelineArtifact to v2"
DEBUG: Creating PR (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
"title": "Update dependency DownloadPipelineArtifact to v2",
"head": "JamieMagee:renovate/downloadpipelineartifact-2.x",
"base": "main",
"draft": false
DEBUG: PR created (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
"pr": 4,
"draft": false
DEBUG: Adding labels '' to #4 (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
INFO: PR created (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
"pr": 4,
"prTitle": "Update dependency DownloadPipelineArtifact to v2"
DEBUG: addParticipants(pr=4) (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: Created Pull Request #4 (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: PR is not configured for automerge (repository=JamieMagee/renovate-azure-pipelines-tasks, branch=renovate/downloadpipelineartifact-2.x)
DEBUG: getBranchPr(renovate/azurecli-2.x) (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: findPr(renovate/azurecli-2.x, undefined, open) (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Found PR #1 (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: getBranchPr(renovate/azurefilecopy-5.x) (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: findPr(renovate/azurefilecopy-5.x, undefined, open) (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Found PR #2 (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: getBranchPr(renovate/cachebeta-1.x) (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: findPr(renovate/cachebeta-1.x, undefined, open) (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Found PR #3 (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: getBranchPr(renovate/downloadpipelineartifact-2.x) (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: findPr(renovate/downloadpipelineartifact-2.x, undefined, open) (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Found PR #4 (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Closing Dependency Dashboard (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Retrieving issueList (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Retrieved 0 issues (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Removing any stale branches (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: config.repoIsOnboarded=true (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Branch lists (repository=JamieMagee/renovate-azure-pipelines-tasks)
"branchList": [
"renovate/azurecli-2.x",
"renovate/azurefilecopy-5.x",
"renovate/cachebeta-1.x",
"renovate/downloadpipelineartifact-2.x"
],
"renovateBranches": [
"renovate/azurecli-2.x",
"renovate/azurefilecopy-5.x",
"renovate/cachebeta-1.x",
"renovate/downloadpipelineartifact-2.x"
]
DEBUG: remainingBranches= (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: No branches to clean up (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: PackageFiles.clear() - Package files deleted (repository=JamieMagee/renovate-azure-pipelines-tasks)
"baseBranches": ["main"]
DEBUG: Renovate repository PR statistics (repository=JamieMagee/renovate-azure-pipelines-tasks)
"stats": {"total": 4, "open": 4, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=JamieMagee/renovate-azure-pipelines-tasks)
DEBUG: Repository timing splits (milliseconds) (repository=JamieMagee/renovate-azure-pipelines-tasks)
"splits": {"init": 2657, "extract": 664, "lookup": 30412, "update": 14275},
"total": 48613
DEBUG: http statistics (repository=JamieMagee/renovate-azure-pipelines-tasks)
"urls": {
"https://api.github.com/graphql (POST,200)": 2,
"https://api.github.com/repos/JamieMagee/renovate-azure-pipelines-tasks/pulls (GET,200)": 1,
"https://api.github.com/repos/JamieMagee/renovate-azure-pipelines-tasks/pulls (POST,201)": 4
},
"hostStats": {"api.github.com": {"requestCount": 7, "requestAvgMs": 615, "queueAvgMs": 0}},
"totalRequests": 7
INFO: Repository finished (repository=JamieMagee/renovate-azure-pipelines-tasks)
"durationMs": 48613
DEBUG: Renovate exiting
Waiting for the debugger to disconnect...
Process finished with exit code -1073741510 (0xC000013A: interrupted by Ctrl+C)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment