Skip to content

Instantly share code, notes, and snippets.

@gandro
Created March 29, 2023 14:32
Show Gist options
  • Save gandro/adc2e57ef0378908f2b8fe25f15622bf to your computer and use it in GitHub Desktop.
Save gandro/adc2e57ef0378908f2b8fe25f15622bf to your computer and use it in GitHub Desktop.
DEBUG: Using RE2 as regex engine
DEBUG: Parsing configs
DEBUG: Checking for config file in /usr/src/app/config.js
DEBUG: File config
"config": {
"repositories": ["gandro/renovate-github-release-attachments-bug-repro"],
"dryRun": "true",
"token": "***********",
"forkProcessing": "enabled"
}
DEBUG: CLI config
"config": {}
DEBUG: Env config
"config": {"hostRules": []}
DEBUG: Combined config
"config": {
"repositories": ["gandro/renovate-github-release-attachments-bug-repro"],
"dryRun": "true",
"token": "***********",
"forkProcessing": "enabled",
"hostRules": []
}
DEBUG: Found valid git version: 2.39.2
DEBUG: Using default github endpoint: https://api.github.com/
DEBUG: Platform config
"platformConfig": {
"hostType": "github",
"endpoint": "https://api.github.com/",
"isGHApp": false,
"isGhe": false,
"userDetails": {"username": "gandro", "name": "Sebastian Wicki"},
"userEmail": "gandro@gmx.net"
},
"renovateUsername": "gandro"
DEBUG: Using platform gitAuthor: Sebastian Wicki <gandro@gmx.net>
DEBUG: Adding token authentication for api.github.com to hostRules
DEBUG: Using baseDir: /tmp/renovate
DEBUG: Using cacheDir: /tmp/renovate/cache
DEBUG: Using containerbaseDir: /tmp/renovate/cache/containerbase
DEBUG: Initializing Renovate internal cache into /tmp/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()
INFO: Please upgrade the version of Node.js used to run Renovate to satisfy ">= 18.12.0". Support for your current version will be removed in Renovate's next major release.
"versions": {
"node": "16.19.1",
"v8": "9.4.146.26-node.24",
"uv": "1.43.0",
"zlib": "1.2.11",
"brotli": "1.0.9",
"ares": "1.18.1",
"modules": "93",
"nghttp2": "1.47.0",
"napi": "8",
"llhttp": "6.0.10",
"openssl": "1.1.1t+quic",
"cldr": "41.0",
"icu": "71.1",
"tz": "2022f",
"unicode": "14.0",
"ngtcp2": "0.8.1",
"nghttp3": "0.7.0"
}
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding token authentication for api.github.com to hostRules
INFO: Repository started (repository=gandro/renovate-github-release-attachments-bug-repro)
"renovateVersion": "34.160.0"
DEBUG: Using localDir: /tmp/renovate/repos/github/gandro/renovate-github-release-attachments-bug-repro (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: PackageFiles.clear() - Package files deleted (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: initRepo("gandro/renovate-github-release-attachments-bug-repro") (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: gandro/renovate-github-release-attachments-bug-repro default branch = main (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using personal access token for git init (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Resetting npmrc (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: checkOnboarding() (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: isOnboarded() (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: findFile(renovate.json) (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Initializing git repository into /tmp/renovate/repos/github/gandro/renovate-github-release-attachments-bug-repro (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Performing blobless clone (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: git clone completed (repository=gandro/renovate-github-release-attachments-bug-repro)
"durationMs": 2183
DEBUG: latest repository commit (repository=gandro/renovate-github-release-attachments-bug-repro)
"latestCommit": {
"hash": "0927990da945477741b58ca6999fe87557e651b3",
"date": "2023-03-29T16:28:26+02:00",
"message": "Test with v34",
"refs": "HEAD -> main, origin/main, origin/HEAD",
"body": "",
"author_name": "Sebastian Wicki",
"author_email": "sebastian@isovalent.com"
}
DEBUG: findFile(renovate.json5) (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: findFile(.github/renovate.json) (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: findFile(.github/renovate.json5) (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Config file exists, fileName: .github/renovate.json5 (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Retrieving issueList (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Retrieved 0 issues (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Repo is onboarded (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Found .github/renovate.json5 config file (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Repository config (repository=gandro/renovate-github-release-attachments-bug-repro)
"fileName": ".github/renovate.json5",
"config": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
{
"fileMatch": ["README\\.md"],
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?) digestVersion=(?<currentValue>.*)\\s+.+_sha256.*=\"(?<currentDigest>.*)\""
]
}
]
}
DEBUG: migrateAndValidate() (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: No config migration necessary (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: massaged config (repository=gandro/renovate-github-release-attachments-bug-repro)
"config": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
{
"fileMatch": ["README\\.md"],
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?) digestVersion=(?<currentValue>.*)\\s+.+_sha256.*=\"(?<currentDigest>.*)\""
]
}
]
}
DEBUG: migrated config (repository=gandro/renovate-github-release-attachments-bug-repro)
"config": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
{
"fileMatch": ["README\\.md"],
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?) digestVersion=(?<currentValue>.*)\\s+.+_sha256.*=\"(?<currentDigest>.*)\""
]
}
]
}
DEBUG: Found repo ignorePaths (repository=gandro/renovate-github-release-attachments-bug-repro)
"ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: No vulnerability alerts found (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: No baseBranches (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: extract() (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Setting current branch to main (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: latest commit (repository=gandro/renovate-github-release-attachments-bug-repro)
"branchName": "main",
"latestCommitDate": "2023-03-29T16:28:26+02:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager ansible-galaxy (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)galaxy\.ya?ml$ for manager ansible-galaxy (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)batect(-bundle)?\.yml$ for manager batect (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel)$ for manager bazel (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|\/)\.bazelversion$ for manager bazelisk (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: \.cake$ for manager cake (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)\.circleci/config\.yml$ for manager circleci (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/|\.)(Docker|Container)file$ for manager dockerfile (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)(Docker|Container)file[^/]*$ for manager dockerfile (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|\/)flux-system\/(?:.+\/)?gotk-components\.yaml$ for manager flux (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|\/)\.fvm\/fvm_config\.json$ for manager fvm (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: ^(workflow-templates|\.github\/workflows)\/[^/]+\.ya?ml$ for manager github-actions (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|\/)action\.ya?ml$ for manager github-actions (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: \.gitlab-ci\.yml$ for manager gitlabci (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: \.gitlab-ci\.yml$ for manager gitlabci-include (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|\/)gradle\.properties$ for manager gradle (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|\/)gradle\/.+\.toml$ for manager gradle (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|\/)versions.props$ for manager gradle (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|\/)versions.lock$ for manager gradle (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)requirements\.yaml$ for manager helm-requirements (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)values\.yaml$ for manager helm-values (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)helmfile\.yaml$ for manager helmfile (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)Chart\.yaml$ for manager helmv3 (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: \.html?$ for manager html (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|\/)Mintfile$ for manager mint (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|\/)flake\.nix$ for manager nix (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|\/)dotnet-tools\.json$ for manager nuget (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|\/)global\.json$ for manager nuget (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)([\w-]*)requirements\.(txt|pip)$ for manager pip_requirements (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)\.pre-commit-config\.yaml$ for manager pre-commit (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|\/)Puppetfile$ for manager puppet (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: README\.md for manager regex (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: \.tf$ for manager terraform (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: ^\.travis\.yml$ for manager travis (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Using file match: ^\.woodpecker(?:\/[^/]+)?\.ya?ml$ for manager woodpecker (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Matched 1 file(s) for manager regex: README.md (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: manager extract durations (ms) (repository=gandro/renovate-github-release-attachments-bug-repro)
"managers": {"regex": 2}
DEBUG: Found regex package files (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Found 1 package file(s) (repository=gandro/renovate-github-release-attachments-bug-repro)
INFO: Dependency extraction complete (repository=gandro/renovate-github-release-attachments-bug-repro, baseBranch=main)
"stats": {
"managers": {"regex": {"fileCount": 1, "depCount": 1}},
"total": {"fileCount": 1, "depCount": 1}
}
DEBUG: getDigest (repository=gandro/renovate-github-release-attachments-bug-repro)
"repo": "cilium/hubble",
"currentValue": "v0.11.2",
"currentDigest": "fa2b5a1468f17957899063ad2ff1b51c68aae955a2b5d09390174a7b36a80bdb",
"registryUrl": "https://github.com",
"newValue": "v0.11.3"
DEBUG: getDigest (repository=gandro/renovate-github-release-attachments-bug-repro)
"repo": "cilium/hubble",
"currentValue": "v0.11.2",
"currentDigest": "fa2b5a1468f17957899063ad2ff1b51c68aae955a2b5d09390174a7b36a80bdb",
"registryUrl": "https://github.com",
"newValue": "v0.11.2"
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=gandro/renovate-github-release-attachments-bug-repro, baseBranch=main)
DEBUG: Package releases lookups complete (repository=gandro/renovate-github-release-attachments-bug-repro, baseBranch=main)
DEBUG: branchifyUpgrades (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: detectSemanticCommits() (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: getCommitMessages (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: semanticCommits: detected "unknown" (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: semanticCommits: disabled (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: 1 flattened updates found: cilium/hubble (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Returning 1 branch(es) (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: config.repoIsOnboarded=true (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: packageFiles with updates (repository=gandro/renovate-github-release-attachments-bug-repro, baseBranch=main)
"config": {
"regex": [
{
"deps": [
{
"depName": "cilium/hubble",
"currentValue": "v0.11.2",
"currentDigest": "fa2b5a1468f17957899063ad2ff1b51c68aae955a2b5d09390174a7b36a80bdb",
"datasource": "github-releases",
"replaceString": "# renovate: datasource=github-releases depName=cilium/hubble digestVersion=v0.11.2\nhubble_sha256[amd64]=\"fa2b5a1468f17957899063ad2ff1b51c68aae955a2b5d09390174a7b36a80bdb\"",
"updates": [
{
"bucket": "non-major",
"newVersion": "v0.11.3",
"newValue": "v0.11.3",
"releaseTimestamp": "2023-03-15T12:15:35.000Z",
"newMajor": 0,
"newMinor": 11,
"updateType": "patch",
"newDigest": "cf1c699bd604cc5cb72219a36658b75ed6c112725c1a905f23f3b143b3bc4224",
"branchName": "renovate/cilium-hubble-0.x"
}
],
"warnings": [],
"versioning": "semver",
"sourceUrl": "https://github.com/cilium/hubble",
"registryUrl": "https://github.com",
"currentVersion": "v0.11.2",
"isSingleVersion": true,
"fixedVersion": "v0.11.2"
}
],
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?) digestVersion=(?<currentValue>.*)\\s+.+_sha256.*=\"(?<currentDigest>.*)\""
],
"packageFile": "README.md"
}
]
}
DEBUG: detectSemanticCommits() (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: semanticCommits: returning "disabled" from cache (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: processRepo() (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Processing 1 branch: renovate/cilium-hubble-0.x (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Calculated maximum PRs remaining this run: 99 (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: PullRequests limit = 99 (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Calculated maximum branches remaining this run: 99 (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Branches limit = 99 (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: syncBranchState() (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
DEBUG: getBranchPr(renovate/cilium-hubble-0.x) (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
DEBUG: findPr(renovate/cilium-hubble-0.x, undefined, open) (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
DEBUG: getPrList success (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
"pullsTotal": 0,
"requestsTotal": 1,
"apiQuotaAffected": true
DEBUG: findPr(renovate/cilium-hubble-0.x, undefined, closed) (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
DEBUG: branchExists=false (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
DEBUG: recreateClosed is false (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
DEBUG: findPr(renovate/cilium-hubble-0.x, Update dependency cilium/hubble to v0.11.3, !open) (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
DEBUG: prAlreadyExisted=false (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
DEBUG: Checking schedule(at any time, null) (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
DEBUG: No schedule defined (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
DEBUG: Branch needs creating (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
DEBUG: Using reuseExistingBranch: false (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
DEBUG: Setting current branch to main (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
DEBUG: latest commit (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
"branchName": "main",
"latestCommitDate": "2023-03-29T16:28:26+02:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
DEBUG: Starting search at index 359 (repository=gandro/renovate-github-release-attachments-bug-repro, packageFile=README.md, branch=renovate/cilium-hubble-0.x)
"depName": "cilium/hubble"
DEBUG: Found match at index 359 (repository=gandro/renovate-github-release-attachments-bug-repro, packageFile=README.md, branch=renovate/cilium-hubble-0.x)
"depName": "cilium/hubble"
DEBUG: Contents updated (repository=gandro/renovate-github-release-attachments-bug-repro, packageFile=README.md, branch=renovate/cilium-hubble-0.x)
"depName": "cilium/hubble"
DEBUG: Updated 1 package files (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
DEBUG: No updated lock files in branch (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
DEBUG: 1 file(s) to commit (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
INFO: DRY-RUN: Would commit files to branch renovate/cilium-hubble-0.x (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
DEBUG: Setting current branch to main (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
DEBUG: latest commit (repository=gandro/renovate-github-release-attachments-bug-repro, branch=renovate/cilium-hubble-0.x)
"branchName": "main",
"latestCommitDate": "2023-03-29T16:28:26+02:00"
DEBUG: getPrCache() (repository=gandro/renovate-github-release-attachments-bug-repro)
INFO: DRY-RUN: Would close Dependency Dashboard (repository=gandro/renovate-github-release-attachments-bug-repro)
"title": "Dependency Dashboard"
INFO: DRY-RUN: Would save repository cache. (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Removing any stale branches (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: config.repoIsOnboarded=true (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: No renovate branches found (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: PackageFiles.clear() - Package files deleted (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Branch summary (repository=gandro/renovate-github-release-attachments-bug-repro)
"cacheModified": undefined,
"baseBranches": [{"branchName": "main", "sha": "0927990da945477741b58ca6999fe87557e651b3"}],
"branches": [],
"inactiveBranches": ["renovate/cilium-hubble-0.x"]
DEBUG: Renovate repository PR statistics (repository=gandro/renovate-github-release-attachments-bug-repro)
"stats": {"total": 0, "open": 0, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Repository timing splits (milliseconds) (repository=gandro/renovate-github-release-attachments-bug-repro)
"splits": {"init": 3752, "extract": 380, "lookup": 4407, "onboarding": 1, "update": 372},
"total": 8919
DEBUG: Package cache statistics (repository=gandro/renovate-github-release-attachments-bug-repro)
"get": {"count": 2, "avgMs": 1, "medianMs": 0, "maxMs": 2},
"set": {"count": 2, "avgMs": 38, "medianMs": 13, "maxMs": 62}
DEBUG: http statistics (repository=gandro/renovate-github-release-attachments-bug-repro)
"urls": {
"https://api.github.com/graphql (POST,200)": 3,
"https://api.github.com/repos/cilium/hubble/releases/tags/v0.11.2 (GET,200)": 1,
"https://api.github.com/repos/cilium/hubble/releases/tags/v0.11.3 (GET,200)": 1,
"https://api.github.com/repos/gandro/renovate-github-release-attachments-bug-repro/pulls (GET,200)": 1,
"https://github.com/cilium/hubble/releases/download/v0.11.2/hubble-darwin-amd64.tar.gz.sha256sum (GET,200)": 1,
"https://github.com/cilium/hubble/releases/download/v0.11.2/hubble-darwin-arm64.tar.gz.sha256sum (GET,200)": 1,
"https://github.com/cilium/hubble/releases/download/v0.11.2/hubble-linux-386.tar.gz.sha256sum (GET,200)": 1,
"https://github.com/cilium/hubble/releases/download/v0.11.2/hubble-linux-amd64.tar.gz.sha256sum (GET,200)": 1,
"https://github.com/cilium/hubble/releases/download/v0.11.3/hubble-linux-amd64.tar.gz.sha256sum (GET,200)": 1
},
"hostStats": {
"api.github.com": {"requestCount": 6, "requestAvgMs": 272, "queueAvgMs": 0},
"github.com": {"requestCount": 5, "requestAvgMs": 344, "queueAvgMs": 0}
},
"totalRequests": 11
DEBUG: Package lookup durations (repository=gandro/renovate-github-release-attachments-bug-repro)
"github-releases": {"count": 1, "averageMs": 4326, "totalMs": 4326, "maximumMs": 4326}
DEBUG: dns cache (repository=gandro/renovate-github-release-attachments-bug-repro)
"hosts": []
INFO: Repository finished (repository=gandro/renovate-github-release-attachments-bug-repro)
"cloned": true,
"durationMs": 8919
DEBUG: Renovate exiting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment