Skip to content

Instantly share code, notes, and snippets.

@gandro
Created March 29, 2023 14:32
Show Gist options
  • Save gandro/1e0167205049c9464db578b89c3718f3 to your computer and use it in GitHub Desktop.
Save gandro/1e0167205049c9464db578b89c3718f3 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: Enabling forkProcessing while in non-autodiscover mode
DEBUG: Found valid git version: 2.40.0
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()
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": "35.24.6"
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": 1955
DEBUG: latest repository commit (repository=gandro/renovate-github-release-attachments-bug-repro)
"latestCommit": {
"hash": "0ebd62e4be6db045385423778a82e10c4fd034fc",
"date": "2023-03-29T15:47:16+02:00",
"message": "Reproduction",
"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-29T15:47:16+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: \.bicep$ for manager bicep (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": 1}
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: POST https://api.github.com/graphql = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=401 retryCount=0, duration=229) (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Datasource unauthorized (repository=gandro/renovate-github-release-attachments-bug-repro)
"datasource": "github-release-attachments",
"packageName": "cilium/hubble",
"url": "https://api.github.com/graphql"
DEBUG: Failed to look up github-release-attachments package cilium/hubble (repository=gandro/renovate-github-release-attachments-bug-repro, packageFile=README.md, dependency=cilium/hubble)
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: 0 flattened updates found: (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Returning 0 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-release-attachments",
"replaceString": "# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.11.2\nhubble_sha256[amd64]=\"fa2b5a1468f17957899063ad2ff1b51c68aae955a2b5d09390174a7b36a80bdb\"",
"updates": [],
"packageName": "cilium/hubble",
"warnings": [
{
"topic": "cilium/hubble",
"message": "Failed to look up github-release-attachments package cilium/hubble"
}
],
"versioning": "semver"
}
],
"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 0 branches: (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Calculating hourly PRs remaining (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: getPrList success (repository=gandro/renovate-github-release-attachments-bug-repro)
"pullsTotal": 0,
"requestsTotal": 1,
"apiQuotaAffected": true
DEBUG: currentHourStart=2023-03-29T14:00:00.000+00:00 (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: PR hourly limit remaining: 2 (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Calculating prConcurrentLimit (10) (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: 0 PRs are currently open (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: PR concurrent limit remaining: 10 (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: PullRequests limit = 2 (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Calculating hourly PRs remaining (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: currentHourStart=2023-03-29T14:00:00.000+00:00 (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: PR hourly limit remaining: 2 (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Calculating branchConcurrentLimit (10) (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: 0 already existing branches found: (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Branch concurrent limit remaining: 10 (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=gandro/renovate-github-release-attachments-bug-repro)
DEBUG: Branches limit = 2 (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": "0ebd62e4be6db045385423778a82e10c4fd034fc"}],
"branches": [],
"inactiveBranches": []
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": 4803, "extract": 412, "lookup": 288, "onboarding": 1, "update": 271},
"total": 5792
DEBUG: Package cache statistics (repository=gandro/renovate-github-release-attachments-bug-repro)
"get": {"count": 0},
"set": {"count": 0}
DEBUG: http statistics (repository=gandro/renovate-github-release-attachments-bug-repro)
"urls": {
"https://api.github.com/graphql (POST,200)": 2,
"https://api.github.com/graphql (POST,401)": 1,
"https://api.github.com/repos/gandro/renovate-github-release-attachments-bug-repro/pulls (GET,200)": 1
},
"hostStats": {"api.github.com": {"requestCount": 4, "requestAvgMs": 278, "queueAvgMs": 0}},
"totalRequests": 4
DEBUG: Package lookup durations (repository=gandro/renovate-github-release-attachments-bug-repro)
"github-release-attachments": {"count": 1, "averageMs": 245, "totalMs": 245, "maximumMs": 245}
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": 5792
DEBUG: Checking file package cache for expired items
DEBUG: Deleted 0 of 0 file cached entries in 2ms
DEBUG: Renovate exiting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment