Skip to content

Instantly share code, notes, and snippets.

@dbanty

dbanty/log.txt Secret

Created March 12, 2023 03:31
Show Gist options
  • Save dbanty/093db02c482add9f7c2fbc89e6b61d93 to your computer and use it in GitHub Desktop.
Save dbanty/093db02c482add9f7c2fbc89e6b61d93 to your computer and use it in GitHub Desktop.
Renovate logs
DEBUG: No dangling containers to remove
INFO: Repository started
{
"renovateVersion": "34.160.0"
}
DEBUG: Using localDir: /mnt/renovate/gh/openapi-generators/openapi-python-client
DEBUG: PackageFiles.clear() - Package files deleted
DEBUG: initRepo("openapi-generators/openapi-python-client")
DEBUG: Using queue: host=api.github.com, concurrency=10
DEBUG: openapi-generators/openapi-python-client default branch = main
DEBUG: Using app token for git init
DEBUG: Repository cache is restored from revision 13
DEBUG: Resetting npmrc
DEBUG: checkOnboarding()
DEBUG: isOnboarded()
DEBUG: Checking cached config file name
DEBUG: Existing config file confirmed
DEBUG: Repository config
{
"fileName": ".github/renovate.json",
"config": {
"extends": [
"config:base",
":semanticCommitTypeAll(chore)"
],
"rangeStrategy": "widen",
"regexManagers": [
{
"fileMatch": [
"release.*\\.yml"
],
"matchStrings": [
"version:\\s*(?<currentValue>.*?)"
],
"depNameTemplate": "knope",
"datasourceTemplate": "crate"
}
]
}
}
DEBUG: Repo is onboarded
DEBUG: migrateAndValidate()
DEBUG: No config migration necessary
DEBUG: massaged config
{
"config": {
"extends": [
"github>whitesource/merge-confidence:beta",
"config:base",
":semanticCommitTypeAll(chore)"
],
"rangeStrategy": "widen",
"regexManagers": [
{
"fileMatch": [
"release.*\\.yml"
],
"matchStrings": [
"version:\\s*(?<currentValue>.*?)"
],
"depNameTemplate": "knope",
"datasourceTemplate": "crate"
}
]
}
}
DEBUG: migrated config
{
"config": {
"extends": [
"github>whitesource/merge-confidence:beta",
"config:base",
":semanticCommitTypeAll(chore)"
],
"rangeStrategy": "widen",
"regexManagers": [
{
"fileMatch": [
"release.*\\.yml"
],
"matchStrings": [
"version:\\s*(?<currentValue>.*?)"
],
"depNameTemplate": "knope",
"datasourceTemplate": "crate"
}
]
}
}
DEBUG: Setting hostRules from config
DEBUG: Found repo ignorePaths
{
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**",
"**/examples/**",
"**/__tests__/**",
"**/test/**",
"**/tests/**",
"**/__fixtures__/**"
]
}
DEBUG: Using queue: host=api.github.com, concurrency=10
DEBUG: GitHub vulnerability details
{
"alerts": {
"pip/dparse": {
"< 0.5.2": "0.5.2"
},
"pip/py": {
"<= 1.11.0": null
}
}
}
DEBUG: Vulnerability alert has no firstPatchedVersion - skipping
{
"alert": {
"dismissReason": null,
"vulnerableManifestFilename": "poetry.lock",
"vulnerableManifestPath": "integration-tests/poetry.lock",
"vulnerableRequirements": "= 1.11.0",
"securityAdvisory": {
"description": "The py library through 1.11.0 for Python allows remote attackers to conduct a ReDoS (Regular expression Denial of Service) attack via a Subversion repository with crafted info data, because the InfoSvnCommand argument is mishandled.\n\nThe particular codepath in question is the regular expression at `py._path.svnurl.InfoSvnCommand.lspattern` and is only relevant when dealing with subversion (svn) projects. Notably the codepath is not used in the popular pytest project. The developers of the pytest package have released version `7.2.0` which removes their dependency on `py`. Users of `pytest` seeing alerts relating to this advisory may update to version `7.2.0` of `pytest` to resolve this issue. See https://github.com/pytest-dev/py/issues/287#issuecomment-1290407715 for additional context.",
"identifiers": [
{
"type": "GHSA",
"value": "GHSA-w596-4wvx-j9j6"
},
{
"type": "CVE",
"value": "CVE-2022-42969"
}
],
"references": [
{
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42969"
},
{
"url": "https://github.com/pytest-dev/py/issues/287"
},
{
"url": "https://github.com/pytest-dev/py/blob/cb87a83960523a2367d0f19226a73aed4ce4291d/py/_path/svnurl.py#L316"
},
{
"url": "https://github.com/pytest-dev/py/issues/288"
},
{
"url": "https://github.com/pytest-dev/pytest/issues/10392"
},
{
"url": "https://news.ycombinator.com/item?id=34163710"
},
{
"url": "https://pypi.org/project/py"
},
{
"url": "https://github.com/advisories/GHSA-w596-4wvx-j9j6"
}
],
"severity": "MODERATE"
},
"securityVulnerability": {
"package": {
"name": "py",
"ecosystem": "PIP"
},
"firstPatchedVersion": null,
"vulnerableVersionRange": "<= 1.11.0"
}
}
}
DEBUG: alert package rules
{
"alertPackageRules": [
{
"matchDatasources": [
"pypi"
],
"matchPackageNames": [
"dparse"
],
"matchCurrentVersion": "== 0.5.1",
"matchFiles": [
"poetry.lock"
],
"allowedVersions": "==0.5.2",
"prBodyNotes": [
"### GitHub Vulnerability Alerts",
"#### [CVE-2022-39280](https://github.com/pyupio/dparse/security/advisories/GHSA-8fg9-p83m-x5pq)\n\n### Impact\ndparse versions prior to 0.5.1 contain a regular expression that is vulnerable to [ReDoS](https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS) (Regular Expression Denial of Service).\n\nAll users parsing index server URLs with dparse are impacted by this vulnerability.\n\n### Patches\nThe Patch is applied in the `0.5.2` version, all users are recommended to upgrade as soon as possible.\n\n### Workarounds\nAvoid passing index server URLs in the source file to be parsed.\n\n### References\n[https://github.com/pyupio/dparse/tree/security/remove-intensive-regex](https://github.com/pyupio/dparse/tree/security/remove-intensive-regex)\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Email us at [support@pyup.io](mailto:support@pyup.io)\n"
],
"isVulnerabilityAlert": true,
"force": {
"groupName": null,
"schedule": [],
"dependencyDashboardApproval": false,
"stabilityDays": 0,
"rangeStrategy": "update-lockfile",
"commitMessageSuffix": "[SECURITY]",
"branchTopic": "{{{datasource}}}-{{{depName}}}-vulnerability",
"prCreation": "immediate"
}
}
]
}
DEBUG: findIssue(Dependency Dashboard)
DEBUG: Retrieving issueList
DEBUG: Retrieved 1 issues
DEBUG: Found issue 483
DEBUG: No baseBranches
DEBUG: extract()
DEBUG: Cached extract result cannot be used due to base branch SHA change (old=33d814d0f350a672c5be990c76f0bdaa139916e7, new=8818c7bc26d8296a848c2072fea09a1a74d48ace)
DEBUG: Setting current branch to main
DEBUG: Initializing git repository into /mnt/renovate/gh/openapi-generators/openapi-python-client
DEBUG: Performing blobless clone
DEBUG: git clone completed
{
"durationMs": 1090
}
DEBUG: latest repository commit
{
"latestCommit": {
"hash": "8818c7bc26d8296a848c2072fea09a1a74d48ace",
"date": "2023-03-11T20:15:40-07:00",
"message": "ci: Relax Renovate regex",
"refs": "HEAD -> main, origin/main, origin/HEAD",
"body": "",
"author_name": "Dylan Anthony",
"author_email": "dbanty@users.noreply.github.com"
}
}
DEBUG: latest commit
{
"branchName": "main",
"latestCommitDate": "2023-03-11T20:15:40-07:00"
}
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager ansible-galaxy
DEBUG: Using file match: (^|/)galaxy\.ya?ml$ for manager ansible-galaxy
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines
DEBUG: Using file match: (^|/)batect(-bundle)?\.yml$ for manager batect
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel)$ for manager bazel
DEBUG: Using file match: \.bzl$ for manager bazel
DEBUG: Using file match: (^|\/)\.bazelversion$ for manager bazelisk
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler
DEBUG: Using file match: \.cake$ for manager cake
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo
DEBUG: Using file match: (^|/)\.circleci/config\.yml$ for manager circleci
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose
DEBUG: Using file match: (^|/|\.)(Docker|Container)file$ for manager dockerfile
DEBUG: Using file match: (^|/)(Docker|Container)file[^/]*$ for manager dockerfile
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet
DEBUG: Using file match: (^|\/)flux-system\/(?:.+\/)?gotk-components\.yaml$ for manager flux
DEBUG: Using file match: (^|\/)\.fvm\/fvm_config\.json$ for manager fvm
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules
DEBUG: Using file match: ^(workflow-templates|\.github\/workflows)\/[^/]+\.ya?ml$ for manager github-actions
DEBUG: Using file match: (^|\/)action\.ya?ml$ for manager github-actions
DEBUG: Using file match: \.gitlab-ci\.yml$ for manager gitlabci
DEBUG: Using file match: \.gitlab-ci\.yml$ for manager gitlabci-include
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle
DEBUG: Using file match: (^|\/)gradle\.properties$ for manager gradle
DEBUG: Using file match: (^|\/)gradle\/.+\.toml$ for manager gradle
DEBUG: Using file match: \.versions\.toml$ for manager gradle
DEBUG: Using file match: (^|\/)versions.props$ for manager gradle
DEBUG: Using file match: (^|\/)versions.lock$ for manager gradle
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper
DEBUG: Using file match: (^|/)requirements\.yaml$ for manager helm-requirements
DEBUG: Using file match: (^|/)values\.yaml$ for manager helm-values
DEBUG: Using file match: (^|/)helmfile\.yaml$ for manager helmfile
DEBUG: Using file match: (^|/)Chart\.yaml$ for manager helmv3
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew
DEBUG: Using file match: \.html?$ for manager html
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper
DEBUG: Using file match: (^|/)package\.js$ for manager meteor
DEBUG: Using file match: (^|\/)Mintfile$ for manager mint
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix
DEBUG: Using file match: (^|\/)flake\.nix$ for manager nix
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv
DEBUG: Using file match: (^|/)package\.json$ for manager npm
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget
DEBUG: Using file match: (^|\/)dotnet-tools\.json$ for manager nuget
DEBUG: Using file match: (^|\/)global\.json$ for manager nuget
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi
DEBUG: Using file match: (^|/)([\w-]*)requirements\.(txt|pip)$ for manager pip_requirements
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry
DEBUG: Using file match: (^|/)\.pre-commit-config\.yaml$ for manager pre-commit
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub
DEBUG: Using file match: (^|\/)Puppetfile$ for manager puppet
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv
DEBUG: Using file match: release.*\.yml for manager regex
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version
DEBUG: Using file match: \.sbt$ for manager sbt
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt
DEBUG: Using file match: project/build\.properties$ for manager sbt
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg
DEBUG: Using file match: (^|/)Package\.swift for manager swift
DEBUG: Using file match: \.tf$ for manager terraform
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin
DEBUG: Using file match: ^\.travis\.yml$ for manager travis
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci
DEBUG: Using file match: ^\.woodpecker(?:\/[^/]+)?\.ya?ml$ for manager woodpecker
DEBUG: Matched 4 file(s) for manager github-actions: .github/workflows/checks.yml, .github/workflows/codeql-analysis.yml, .github/workflows/release-dry-run.yml, .github/workflows/release.yml
DEBUG: Matched 3 file(s) for manager poetry: end_to_end_tests/golden-record/pyproject.toml, integration-tests/pyproject.toml, pyproject.toml
DEBUG: Matched 2 file(s) for manager regex: .github/workflows/release-dry-run.yml, .github/workflows/release.yml
DEBUG: Error parsing poetry.lock file
{
"err": {
"message": "Cannot read properties of null (reading 'length')",
"stack": "TypeError: Cannot read properties of null (reading 'length')\n at TOMLParser.parse (/home/ubuntu/renovateapp/node_modules/@iarna/toml/lib/parser.js:38:13)\n at parseString (/home/ubuntu/renovateapp/node_modules/@iarna/toml/parse-string.js:13:12)\n at extractLockFileEntries (/home/ubuntu/renovateapp/node_modules/renovate/dist/modules/manager/poetry/locked-version.js:9:43)\n at Object.extractPackageFile (/home/ubuntu/renovateapp/node_modules/renovate/dist/modules/manager/poetry/extract.js:121:73)\n at async getManagerPackageFiles (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/extract/manager-files.js:33:25)\n at async /home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/extract/index.js:51:30\n at async Promise.all (index 1)\n at async extractAllDependencies (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/extract/index.js:49:28)\n at async extract (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/process/extract-update.js:106:32)\n at async extractDependencies (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/process/index.js:107:30)\n at async Object.renovateRepository (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/index.js:51:15)\n at async renovateRepository (/home/ubuntu/renovateapp/app/worker/index.js:260:26)\n at async /home/ubuntu/renovateapp/app/worker/index.js:454:5"
}
}
DEBUG: manager extract durations (ms)
{
"managers": {
"regex": 41,
"github-actions": 120,
"poetry": 240
}
}
DEBUG: Found github-actions package files
DEBUG: Found poetry package files
DEBUG: Found 7 package file(s)
INFO: Dependency extraction complete
{
"baseBranch": "main",
"stats": {
"managers": {
"github-actions": {
"fileCount": 4,
"depCount": 17
},
"poetry": {
"fileCount": 3,
"depCount": 32
}
},
"total": {
"fileCount": 7,
"depCount": 49
}
}
}
DEBUG: Using queue: host=pypi.org, concurrency=10
DEBUG: Using queue: host=ghcr.io, concurrency=10
DEBUG: PackageFiles.add() - Package file saved for base branch
{
"baseBranch": "main"
}
DEBUG: Package releases lookups complete
{
"baseBranch": "main"
}
DEBUG: branchifyUpgrades
DEBUG: detectSemanticCommits()
DEBUG: getCommitMessages
DEBUG: semanticCommits: detected "angular"
DEBUG: semanticCommits: enabled
DEBUG: 0 flattened updates found:
DEBUG: Returning 0 branch(es)
DEBUG: config.repoIsOnboarded=true
DEBUG: packageFiles with updates
{
"baseBranch": "main",
"config": {
"github-actions": [
{
"deps": [
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "docker",
"depType": "action",
"replaceString": "actions/checkout@v3",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v3",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v3",
"fixedVersion": "v3"
},
{
"depName": "actions/setup-python",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "docker",
"depType": "action",
"replaceString": "actions/setup-python@v4",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/actions/setup-python",
"registryUrl": "https://github.com",
"currentVersion": "v4",
"fixedVersion": "v4"
},
{
"depName": "actions/cache",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "docker",
"depType": "action",
"replaceString": "actions/cache@v3",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v3",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/actions/cache",
"registryUrl": "https://github.com",
"currentVersion": "v3",
"fixedVersion": "v3"
},
{
"depName": "codecov/codecov-action",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "docker",
"depType": "action",
"replaceString": "codecov/codecov-action@v3",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v3",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/codecov/codecov-action",
"registryUrl": "https://github.com",
"currentVersion": "v3",
"fixedVersion": "v3"
},
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "docker",
"depType": "action",
"replaceString": "actions/checkout@v3",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v3",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v3",
"fixedVersion": "v3"
},
{
"depName": "actions/setup-python",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "docker",
"depType": "action",
"replaceString": "actions/setup-python@v4",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v4",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/actions/setup-python",
"registryUrl": "https://github.com",
"currentVersion": "v4",
"fixedVersion": "v4"
},
{
"depName": "actions/cache",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "docker",
"depType": "action",
"replaceString": "actions/cache@v3",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v3",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/actions/cache",
"registryUrl": "https://github.com",
"currentVersion": "v3",
"fixedVersion": "v3"
},
{
"depName": "actions/cache",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "docker",
"depType": "action",
"replaceString": "actions/cache@v3",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v3",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/actions/cache",
"registryUrl": "https://github.com",
"currentVersion": "v3",
"fixedVersion": "v3"
},
{
"depName": "ghcr.io/openapi-generators/openapi-test-server",
"currentValue": "0.0.1",
"replaceString": "ghcr.io/openapi-generators/openapi-test-server:0.0.1",
"autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
"datasource": "docker",
"depType": "service",
"updates": [],
"warnings": [],
"versioning": "docker",
"registryUrl": "https://ghcr.io",
"currentVersion": "0.0.1",
"fixedVersion": "0.0.1"
}
],
"packageFile": ".github/workflows/checks.yml"
},
{
"deps": [
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "docker",
"depType": "action",
"replaceString": "actions/checkout@v3",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v3",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v3",
"fixedVersion": "v3"
},
{
"depName": "github/codeql-action",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "docker",
"depType": "action",
"replaceString": "github/codeql-action/init@v2",
"autoReplaceStringTemplate": "{{depName}}/init@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v2",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/github/codeql-action",
"registryUrl": "https://github.com",
"currentVersion": "v2",
"fixedVersion": "v2"
},
{
"depName": "github/codeql-action",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "docker",
"depType": "action",
"replaceString": "github/codeql-action/analyze@v2",
"autoReplaceStringTemplate": "{{depName}}/analyze@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v2",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/github/codeql-action",
"registryUrl": "https://github.com",
"currentVersion": "v2",
"fixedVersion": "v2"
}
],
"packageFile": ".github/workflows/codeql-analysis.yml"
},
{
"deps": [
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "docker",
"depType": "action",
"replaceString": "actions/checkout@v3",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v3",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v3",
"fixedVersion": "v3"
},
{
"depName": "knope-dev/action",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "docker",
"depType": "action",
"replaceString": "knope-dev/action@v1",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v1",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/knope-dev/action",
"registryUrl": "https://github.com",
"currentVersion": "v1",
"fixedVersion": "v1"
}
],
"packageFile": ".github/workflows/release-dry-run.yml"
},
{
"deps": [
{
"depName": "actions/checkout",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "docker",
"depType": "action",
"replaceString": "actions/checkout@v3",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v3",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/actions/checkout",
"registryUrl": "https://github.com",
"currentVersion": "v3",
"fixedVersion": "v3"
},
{
"depName": "crazy-max/ghaction-import-gpg",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "docker",
"depType": "action",
"replaceString": "crazy-max/ghaction-import-gpg@v5",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v5",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/crazy-max/ghaction-import-gpg",
"registryUrl": "https://github.com",
"currentVersion": "v5",
"fixedVersion": "v5"
},
{
"depName": "knope-dev/action",
"commitMessageTopic": "{{{depName}}} action",
"datasource": "github-tags",
"versioning": "docker",
"depType": "action",
"replaceString": "knope-dev/action@v1",
"autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
"currentValue": "v1",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/knope-dev/action",
"registryUrl": "https://github.com",
"currentVersion": "v1",
"fixedVersion": "v1"
}
],
"packageFile": ".github/workflows/release.yml"
}
],
"poetry": [
{
"deps": [
{
"depName": "httpx",
"depType": "dependencies",
"currentValue": ">=0.15.4,<0.24.0",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"versioning": "pep440",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/encode/httpx",
"registryUrl": "https://pypi.org/pypi",
"changelogUrl": "https://github.com/encode/httpx/blob/master/CHANGELOG.md",
"currentVersion": "0.23.3"
},
{
"depName": "attrs",
"depType": "dependencies",
"currentValue": ">=21.3.0",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"versioning": "pep440",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/python-attrs/attrs",
"registryUrl": "https://pypi.org/pypi",
"homepage": "https://www.attrs.org/",
"changelogUrl": "https://www.attrs.org/en/stable/changelog.html",
"currentVersion": "22.2.0"
},
{
"depName": "python-dateutil",
"depType": "dependencies",
"currentValue": "^2.8.0",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"versioning": "poetry",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/dateutil/dateutil",
"registryUrl": "https://pypi.org/pypi",
"currentVersion": "2.8.2"
}
],
"packageFile": "end_to_end_tests/golden-record/pyproject.toml",
"constraints": {
"python": "^3.7"
}
},
{
"deps": [
{
"depName": "httpx",
"depType": "dependencies",
"currentValue": ">=0.15.4,<0.24.0",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "0.23.0",
"versioning": "pep440",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/encode/httpx",
"registryUrl": "https://pypi.org/pypi",
"changelogUrl": "https://github.com/encode/httpx/blob/master/CHANGELOG.md",
"currentVersion": "0.23.0",
"fixedVersion": "0.23.0"
},
{
"depName": "attrs",
"depType": "dependencies",
"currentValue": ">=21.3.0",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "21.4.0",
"versioning": "pep440",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/python-attrs/attrs",
"registryUrl": "https://pypi.org/pypi",
"homepage": "https://www.attrs.org/",
"changelogUrl": "https://www.attrs.org/en/stable/changelog.html",
"currentVersion": "21.4.0",
"fixedVersion": "21.4.0"
},
{
"depName": "python-dateutil",
"depType": "dependencies",
"currentValue": "^2.8.0",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "2.8.2",
"versioning": "poetry",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/dateutil/dateutil",
"registryUrl": "https://pypi.org/pypi",
"currentVersion": "2.8.2",
"fixedVersion": "2.8.2"
},
{
"depName": "pytest",
"depType": "dev-dependencies",
"currentValue": "^7.0.0",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "7.0.0",
"versioning": "poetry",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/pytest-dev/pytest",
"registryUrl": "https://pypi.org/pypi",
"homepage": "https://docs.pytest.org/en/latest/",
"changelogUrl": "https://docs.pytest.org/en/stable/changelog.html",
"currentVersion": "7.0.0",
"fixedVersion": "7.0.0"
}
],
"lockFiles": [
"integration-tests/poetry.lock"
],
"packageFile": "integration-tests/pyproject.toml",
"constraints": {
"python": "^3.7"
}
},
{
"deps": [
{
"depName": "jinja2",
"depType": "dependencies",
"currentValue": "^3.0.0",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "3.0.1",
"versioning": "poetry",
"updates": [],
"warnings": [],
"registryUrl": "https://pypi.org/pypi",
"homepage": "https://palletsprojects.com/p/jinja/",
"changelogUrl": "https://jinja.palletsprojects.com/changes/",
"currentVersion": "3.0.1",
"fixedVersion": "3.0.1"
},
{
"depName": "typer",
"depType": "dependencies",
"currentValue": "^0.6 || ^0.7.0",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "0.7.0",
"versioning": "poetry",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/tiangolo/typer",
"registryUrl": "https://pypi.org/pypi",
"currentVersion": "0.7.0",
"fixedVersion": "0.7.0"
},
{
"depName": "colorama",
"depType": "dependencies",
"currentValue": "^0.4.3",
"managerData": {
"nestedVersion": true
},
"datasource": "pypi",
"lockedVersion": "0.4.6",
"versioning": "poetry",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/tartley/colorama",
"registryUrl": "https://pypi.org/pypi",
"currentVersion": "0.4.6",
"fixedVersion": "0.4.6"
},
{
"depName": "shellingham",
"depType": "dependencies",
"currentValue": "^1.3.2",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "1.4.0",
"versioning": "poetry",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/sarugaku/shellingham",
"registryUrl": "https://pypi.org/pypi",
"currentVersion": "1.4.0",
"fixedVersion": "1.4.0"
},
{
"depName": "black",
"depType": "dependencies",
"currentValue": "*",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "22.1.0",
"versioning": "poetry",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/psf/black",
"registryUrl": "https://pypi.org/pypi",
"changelogUrl": "https://github.com/psf/black/blob/main/CHANGES.md",
"currentVersion": "22.1.0",
"fixedVersion": "22.1.0"
},
{
"depName": "isort",
"depType": "dependencies",
"currentValue": "^5.0.5",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "5.10.1",
"versioning": "poetry",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/pycqa/isort",
"registryUrl": "https://pypi.org/pypi",
"homepage": "https://pycqa.github.io/isort/",
"changelogUrl": "https://github.com/pycqa/isort/blob/main/CHANGELOG.md",
"currentVersion": "5.10.1",
"fixedVersion": "5.10.1"
},
{
"depName": "importlib_metadata",
"depType": "dependencies",
"currentValue": ">2,<7",
"managerData": {
"nestedVersion": true
},
"datasource": "pypi",
"lockedVersion": "6.0.0",
"packageName": "importlib-metadata",
"versioning": "pep440",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/python/importlib_metadata",
"registryUrl": "https://pypi.org/pypi",
"currentVersion": "6.0.0",
"fixedVersion": "6.0.0"
},
{
"depName": "pydantic",
"depType": "dependencies",
"currentValue": "^1.6.1",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "1.10.2",
"versioning": "poetry",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/pydantic/pydantic",
"registryUrl": "https://pypi.org/pypi",
"currentVersion": "1.10.2",
"fixedVersion": "1.10.2"
},
{
"depName": "attrs",
"depType": "dependencies",
"currentValue": ">=21.3.0",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "21.4.0",
"versioning": "pep440",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/python-attrs/attrs",
"registryUrl": "https://pypi.org/pypi",
"homepage": "https://www.attrs.org/",
"changelogUrl": "https://www.attrs.org/en/stable/changelog.html",
"currentVersion": "21.4.0",
"fixedVersion": "21.4.0"
},
{
"depName": "python-dateutil",
"depType": "dependencies",
"currentValue": "^2.8.1",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "2.8.2",
"versioning": "poetry",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/dateutil/dateutil",
"registryUrl": "https://pypi.org/pypi",
"currentVersion": "2.8.2",
"fixedVersion": "2.8.2"
},
{
"depName": "httpx",
"depType": "dependencies",
"currentValue": ">=0.15.4,<0.24.0",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "0.23.1",
"versioning": "pep440",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/encode/httpx",
"registryUrl": "https://pypi.org/pypi",
"changelogUrl": "https://github.com/encode/httpx/blob/master/CHANGELOG.md",
"currentVersion": "0.23.1",
"fixedVersion": "0.23.1"
},
{
"depName": "autoflake",
"depType": "dependencies",
"currentValue": "^1.4 || ^2.0.0",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "2.0.0",
"versioning": "poetry",
"updates": [],
"warnings": [],
"registryUrl": "https://pypi.org/pypi",
"currentVersion": "2.0.0",
"fixedVersion": "2.0.0"
},
{
"depName": "typing-extensions",
"depType": "dependencies",
"currentValue": "*",
"managerData": {
"nestedVersion": true
},
"datasource": "pypi",
"lockedVersion": "4.3.0",
"versioning": "poetry",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/python/typing_extensions",
"registryUrl": "https://pypi.org/pypi",
"changelogUrl": "https://github.com/python/typing_extensions/blob/main/CHANGELOG.md",
"currentVersion": "4.3.0",
"fixedVersion": "4.3.0"
},
{
"depName": "PyYAML",
"depType": "dependencies",
"currentValue": "^6.0",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "6.0",
"packageName": "pyyaml",
"versioning": "poetry",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/yaml/pyyaml",
"registryUrl": "https://pypi.org/pypi",
"homepage": "https://pyyaml.org/",
"currentVersion": "6.0",
"fixedVersion": "6.0"
},
{
"depName": "pytest",
"depType": "dev-dependencies",
"currentValue": "*",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "7.2.0",
"versioning": "poetry",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/pytest-dev/pytest",
"registryUrl": "https://pypi.org/pypi",
"homepage": "https://docs.pytest.org/en/latest/",
"changelogUrl": "https://docs.pytest.org/en/stable/changelog.html",
"currentVersion": "7.2.0",
"fixedVersion": "7.2.0"
},
{
"depName": "pytest-mock",
"depType": "dev-dependencies",
"currentValue": "*",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "3.6.1",
"versioning": "poetry",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/pytest-dev/pytest-mock",
"registryUrl": "https://pypi.org/pypi",
"currentVersion": "3.6.1",
"fixedVersion": "3.6.1"
},
{
"depName": "mypy",
"depType": "dev-dependencies",
"currentValue": "*",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "0.931",
"versioning": "poetry",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/python/mypy",
"registryUrl": "https://pypi.org/pypi",
"homepage": "http://www.mypy-lang.org/",
"changelogUrl": "https://mypy-lang.blogspot.com/",
"currentVersion": "0.931",
"fixedVersion": "0.931"
},
{
"depName": "taskipy",
"depType": "dev-dependencies",
"currentValue": "*",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "1.8.1",
"versioning": "poetry",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/illBeRoy/taskipy",
"registryUrl": "https://pypi.org/pypi",
"currentVersion": "1.8.1",
"fixedVersion": "1.8.1"
},
{
"depName": "safety",
"depType": "dev-dependencies",
"currentValue": "*",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "1.10.3",
"versioning": "poetry",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/pyupio/safety",
"registryUrl": "https://pypi.org/pypi",
"currentVersion": "1.10.3",
"fixedVersion": "1.10.3"
},
{
"depName": "pytest-cov",
"depType": "dev-dependencies",
"currentValue": "*",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "4.0.0",
"versioning": "poetry",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/pytest-dev/pytest-cov",
"registryUrl": "https://pypi.org/pypi",
"changelogUrl": "https://pytest-cov.readthedocs.io/en/latest/changelog.html",
"currentVersion": "4.0.0",
"fixedVersion": "4.0.0"
},
{
"depName": "python-multipart",
"depType": "dev-dependencies",
"currentValue": "*",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "0.0.5",
"versioning": "poetry",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/andrew-d/python-multipart",
"registryUrl": "https://pypi.org/pypi",
"changelogUrl": "https://github.com/andrew-d/python-multipart/tags",
"currentVersion": "0.0.5",
"fixedVersion": "0.0.5"
},
{
"depName": "types-PyYAML",
"depType": "dev-dependencies",
"currentValue": "^6.0.3",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "6.0.3",
"packageName": "types-pyyaml",
"versioning": "poetry",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/python/typeshed",
"registryUrl": "https://pypi.org/pypi",
"changelogUrl": "https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/PyYAML.md",
"currentVersion": "6.0.3",
"fixedVersion": "6.0.3"
},
{
"depName": "types-certifi",
"depType": "dev-dependencies",
"currentValue": "^2020.0.0",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "2020.4.0",
"versioning": "poetry",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/python/typeshed",
"registryUrl": "https://pypi.org/pypi",
"changelogUrl": "https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/certifi.md",
"currentVersion": "2020.4.0",
"fixedVersion": "2020.4.0"
},
{
"depName": "types-python-dateutil",
"depType": "dev-dependencies",
"currentValue": "^2.0.0",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "2.8.0",
"versioning": "poetry",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/python/typeshed",
"registryUrl": "https://pypi.org/pypi",
"changelogUrl": "https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/python-dateutil.md",
"currentVersion": "2.8.0",
"fixedVersion": "2.8.0"
},
{
"depName": "pylint",
"depType": "dev-dependencies",
"currentValue": ">=2.15.5",
"managerData": {
"nestedVersion": false
},
"datasource": "pypi",
"lockedVersion": "2.15.7",
"versioning": "pep440",
"updates": [],
"warnings": [],
"sourceUrl": "https://github.com/PyCQA/pylint",
"registryUrl": "https://pypi.org/pypi",
"changelogUrl": "https://pylint.readthedocs.io/en/latest/whatsnew/2/",
"currentVersion": "2.15.7",
"fixedVersion": "2.15.7"
}
],
"lockFiles": [
"poetry.lock"
],
"packageFile": "pyproject.toml",
"constraints": {
"python": "^3.7.2"
}
}
]
}
}
DEBUG: detectSemanticCommits()
DEBUG: semanticCommits: returning "enabled" from cache
DEBUG: processRepo()
DEBUG: Processing 0 branches:
DEBUG: Calculating hourly PRs remaining
DEBUG: getPrList success
{
"pullsTotal": 33,
"requestsTotal": 1,
"apiQuotaAffected": true
}
DEBUG: currentHourStart=2023-03-12T03:00:00.000+00:00
DEBUG: PR hourly limit remaining: 2
DEBUG: Calculating prConcurrentLimit (10)
DEBUG: 0 PRs are currently open
DEBUG: PR concurrent limit remaining: 10
DEBUG: Calculated maximum PRs remaining this run: 2
DEBUG: PullRequests limit = 2
DEBUG: Calculating hourly PRs remaining
DEBUG: currentHourStart=2023-03-12T03:00:00.000+00:00
DEBUG: PR hourly limit remaining: 2
DEBUG: Calculating branchConcurrentLimit (10)
DEBUG: 0 already existing branches found:
DEBUG: Branch concurrent limit remaining: 10
DEBUG: Calculated maximum branches remaining this run: 2
DEBUG: Branches limit = 2
DEBUG: Ensuring Dependency Dashboard
DEBUG: ensureIssue(Dependency Dashboard)
DEBUG: Issue is open and up to date - nothing to do
DEBUG: Removing any stale branches
DEBUG: config.repoIsOnboarded=true
DEBUG: No renovate branches found
DEBUG: PackageFiles.clear() - Package files deleted
DEBUG: Repo is activated
DEBUG: Branch summary
{
"cacheModified": true,
"baseBranches": [
{
"branchName": "main",
"sha": "8818c7bc26d8296a848c2072fea09a1a74d48ace"
}
],
"branches": [],
"inactiveBranches": []
}
DEBUG: Renovate repository PR statistics
{
"stats": {
"total": 32,
"open": 0,
"closed": 3,
"merged": 29
}
}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true
DEBUG: Repository timing splits (milliseconds)
{
"splits": {
"init": 2915,
"extract": 5532,
"lookup": 6204,
"onboarding": 0,
"update": 973
},
"total": 16204
}
DEBUG: Package cache statistics
{
"get": {
"count": 41,
"avgMs": 257,
"medianMs": 260,
"maxMs": 688
},
"set": {
"count": 19,
"avgMs": 381,
"medianMs": 382,
"maxMs": 826
}
}
DEBUG: http statistics
{
"urls": {
"https://api.github.com/graphql (POST,200)": 16,
"https://api.github.com/repos/openapi-generators/openapi-python-client/contents/.github/renovate.json (GET,200)": 1,
"https://api.github.com/repos/openapi-generators/openapi-python-client/issues/483 (GET,200)": 2,
"https://api.github.com/repos/openapi-generators/openapi-python-client/pulls (GET,200)": 1,
"https://api.github.com/repos/whitesource/merge-confidence/contents/beta.json (GET,200)": 1,
"https://ghcr.io/token (GET,200)": 1,
"https://ghcr.io/v2/openapi-generators/openapi-test-server/tags/list (GET,200)": 1,
"https://ghcr.io/v2/openapi-generators/openapi-test-server/tags/list (GET,401)": 1,
"https://pypi.org/pypi/jinja2/json (GET,200)": 1,
"https://pypi.org/pypi/pylint/json (GET,200)": 1,
"https://pypi.org/pypi/taskipy/json (GET,200)": 1,
"https://pypi.org/pypi/typer/json (GET,200)": 1
},
"hostStats": {
"api.github.com": {
"requestCount": 21,
"requestAvgMs": 737,
"queueAvgMs": 0
},
"ghcr.io": {
"requestCount": 3,
"requestAvgMs": 190,
"queueAvgMs": 0
},
"pypi.org": {
"requestCount": 4,
"requestAvgMs": 1038,
"queueAvgMs": 0
}
},
"totalRequests": 28
}
DEBUG: Package lookup durations
{
"pypi": {
"count": 32,
"averageMs": 635,
"totalMs": 20318,
"maximumMs": 3268
},
"github-tags": {
"count": 16,
"averageMs": 3738,
"totalMs": 59805,
"maximumMs": 5794
},
"docker": {
"count": 1,
"averageMs": 804,
"totalMs": 804,
"maximumMs": 804
}
}
DEBUG: dns cache
{
"hosts": [
"api.github.com",
"pypi.org",
"ghcr.io"
]
}
INFO: Repository finished
{
"cloned": true,
"durationMs": 16204
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment