Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebasing after updating the branch by an author in gitIgnoredAuthors #21004

Closed
rarkins opened this issue Mar 17, 2023 Discussed in #21003 · 1 comment · Fixed by #21005
Closed

Rebasing after updating the branch by an author in gitIgnoredAuthors #21004

rarkins opened this issue Mar 17, 2023 Discussed in #21003 · 1 comment · Fixed by #21005
Assignees
Labels
priority-2-high Bugs impacting wide number of users or very important features type:bug Bug fix of existing functionality

Comments

@rarkins
Copy link
Collaborator

rarkins commented Mar 17, 2023

Discussed in #21003

Originally posted by kota65535 March 17, 2023

How are you running Renovate?

Mend Renovate hosted app on github.com

If you're self-hosting Renovate, tell us what version of Renovate you run.

No response

If you're self-hosting Renovate, select which platform you are using.

None

If you're self-hosting Renovate, tell us what version of the platform you run.

No response

Was this something which used to work for you, and then stopped?

It used to work, and then stopped

Wanted end result.

When Renovate updates the poetry dependencies, I want to run poetry export to create a pip requirements.txt file with the new dependencies.
To achieve this, I've created a GitHub Action workflow that runs poetry export and then add a new commit to the Renovate's PR branch with an author of gitIgnoredAuthors, which should prevent Renovate bot from performing any further commits.
But this causes the infinite loop as follows:

  1. Renovate bot updates its branch (ex: renovate/all-minor-patch)
  2. My workflow runs poetry export and adds a new commit
  3. Renovate overwrites the changes above by force-push
  4. My workflow runs again, leading to infinite loop between 2 to 4.

Minimal reproduction is available here.

Am I missing for something about the use of gitIgnoredAuthors?

This may be a regression of #17528.

What you tried so far.

For a workaround, rebaseWhen: never stops this infinite loop.

Relevant debug logs

Logs
DEBUG: No dangling containers to remove
INFO: Repository started
{
  "renovateVersion": "35.9.0"
}
DEBUG: Using localDir: /mnt/renovate/gh/kota65535/renovate-test
DEBUG: PackageFiles.clear() - Package files deleted
DEBUG: initRepo("kota65535/renovate-test")
DEBUG: Using queue: host=api.github.com, concurrency=10
DEBUG: kota65535/renovate-test 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": "renovate.json5",
  "config": {
    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
    "extends": [
      "config:base",
      "group:allNonMajor"
    ],
    "gitIgnoredAuthors": [
      "41898282+github-actions[bot]@users.noreply.github.com"
    ],
    "ignorePaths": [
      "requirements.txt"
    ]
  }
}
DEBUG: Repo is onboarded
DEBUG: migrateAndValidate()
DEBUG: No config migration necessary
DEBUG: massaged config
{
  "config": {
    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
    "extends": [
      "github>whitesource/merge-confidence:beta",
      "config:base",
      "group:allNonMajor"
    ],
    "gitIgnoredAuthors": [
      "41898282+github-actions[bot]@users.noreply.github.com"
    ],
    "ignorePaths": [
      "requirements.txt"
    ]
  }
}
DEBUG: migrated config
{
  "config": {
    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
    "extends": [
      "github>whitesource/merge-confidence:beta",
      "config:base",
      "group:allNonMajor"
    ],
    "gitIgnoredAuthors": [
      "41898282+github-actions[bot]@users.noreply.github.com"
    ],
    "ignorePaths": [
      "requirements.txt"
    ]
  }
}
DEBUG: Setting hostRules from config
DEBUG: Found repo ignorePaths
{
  "ignorePaths": [
    "requirements.txt"
  ]
}
DEBUG: Using queue: host=api.github.com, concurrency=10
DEBUG: No vulnerability alerts found
DEBUG: No vulnerability alerts found
DEBUG: findIssue(Dependency Dashboard)
DEBUG: Retrieving issueList
DEBUG: Retrieved 1 issues
DEBUG: Found issue 2
DEBUG: No baseBranches
DEBUG: extract()
DEBUG: Cached extract for sha=2e7be9c0782bc2234660255f046c2acd9e6297be is valid and can be used
DEBUG: Deleted cached dep updates
INFO: Dependency extraction complete
{
  "baseBranch": "main",
  "stats": {
    "managers": {
      "github-actions": {
        "fileCount": 1,
        "depCount": 3
      },
      "poetry": {
        "fileCount": 1,
        "depCount": 1
      }
    },
    "total": {
      "fileCount": 2,
      "depCount": 4
    }
  }
}
DEBUG: PackageFiles.add() - Package file saved for base branch
{
  "baseBranch": "main"
}
DEBUG: Package releases lookups complete
{
  "baseBranch": "main"
}
DEBUG: branchifyUpgrades
DEBUG: Using group branchName template
DEBUG: Dependency requests is part of group all non-major dependencies
DEBUG: detectSemanticCommits()
DEBUG: Initializing git repository into /mnt/renovate/gh/kota65535/renovate-test
DEBUG: Performing blobless clone
DEBUG: git clone completed
{
  "durationMs": 759
}
DEBUG: latest repository commit
{
  "latestCommit": {
    "hash": "2e7be9c0782bc2234660255f046c2acd9e6297be",
    "date": "2023-03-17T17:10:02+09:00",
    "message": "r",
    "refs": "HEAD -> main, origin/main, origin/HEAD",
    "body": "",
    "author_name": "Tomohiko Ozawa",
    "author_email": "[email protected]"
  }
}
DEBUG: getCommitMessages
DEBUG: semanticCommits: detected "unknown"
DEBUG: semanticCommits: disabled
DEBUG: 1 flattened updates found: requests
DEBUG: Returning 1 branch(es)
DEBUG: config.repoIsOnboarded=true
DEBUG: packageFiles with updates
{
  "baseBranch": "main",
  "config": {
    "github-actions": [
      {
        "deps": [
          {
            "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
            "commitMessageTopic": "{{{depName}}} action",
            "currentValue": "v3",
            "currentVersion": "v3",
            "datasource": "github-tags",
            "depName": "actions/checkout",
            "depType": "action",
            "fixedVersion": "v3",
            "packageName": "actions/checkout",
            "registryUrl": "https://github.com",
            "replaceString": "actions/checkout@v3",
            "sourceUrl": "https://github.com/actions/checkout",
            "versioning": "docker",
            "warnings": [],
            "updates": []
          },
          {
            "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
            "commitMessageTopic": "{{{depName}}} action",
            "currentValue": "v4",
            "currentVersion": "v4",
            "datasource": "github-tags",
            "depName": "actions/setup-python",
            "depType": "action",
            "fixedVersion": "v4",
            "packageName": "actions/setup-python",
            "registryUrl": "https://github.com",
            "replaceString": "actions/setup-python@v4",
            "sourceUrl": "https://github.com/actions/setup-python",
            "versioning": "docker",
            "warnings": [],
            "updates": []
          },
          {
            "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
            "commitMessageTopic": "{{{depName}}} action",
            "currentValue": "main",
            "datasource": "github-tags",
            "depName": "kota65535/github-git-config-action",
            "depType": "action",
            "packageName": "kota65535/github-git-config-action",
            "replaceString": "kota65535/github-git-config-action@main",
            "skipReason": "invalid-version",
            "versioning": "docker",
            "updates": []
          }
        ],
        "packageFile": ".github/workflows/renovate.yml"
      }
    ],
    "poetry": [
      {
        "constraints": {
          "python": "~3.9"
        },
        "deps": [
          {
            "changelogUrl": "https://github.com/psf/requests/blob/master/HISTORY.md",
            "currentValue": "2.28.1",
            "currentVersion": "2.28.1",
            "datasource": "pypi",
            "depName": "requests",
            "depType": "dependencies",
            "fixedVersion": "2.28.1",
            "homepage": "https://requests.readthedocs.io",
            "isSingleVersion": true,
            "lockedVersion": "2.28.1",
            "managerData": {
              "nestedVersion": false
            },
            "packageName": "requests",
            "registryUrl": "https://pypi.org/pypi",
            "sourceUrl": "https://github.com/psf/requests",
            "versioning": "pep440",
            "warnings": [],
            "updates": [
              {
                "bucket": "non-major",
                "newVersion": "2.28.2",
                "newValue": "2.28.2",
                "releaseTimestamp": "2023-01-12T16:24:52.000Z",
                "newMajor": 2,
                "newMinor": 28,
                "updateType": "patch",
                "branchName": "renovate/all-minor-patch"
              }
            ]
          }
        ],
        "lockFiles": [
          "poetry.lock"
        ],
        "packageFile": "pyproject.toml"
      }
    ]
  }
}
DEBUG: detectSemanticCommits()
DEBUG: semanticCommits: returning "disabled" from cache
DEBUG: processRepo()
DEBUG: Processing 1 branch: renovate/all-minor-patch
DEBUG: Calculating hourly PRs remaining
DEBUG: getPrList success
{
  "pullsTotal": 2,
  "requestsTotal": 1,
  "apiQuotaAffected": true
}
DEBUG: currentHourStart=2023-03-17T11:00:00.000+00:00
DEBUG: PR hourly limit remaining: 2
DEBUG: Calculating prConcurrentLimit (10)
DEBUG: getBranchPr(renovate/all-minor-patch)
DEBUG: findPr(renovate/all-minor-patch, undefined, open)
DEBUG: Found PR #3
DEBUG: 1 PRs are currently open
DEBUG: PR concurrent limit remaining: 9
DEBUG: Calculated maximum PRs remaining this run: 2
DEBUG: PullRequests limit = 2
DEBUG: Calculating hourly PRs remaining
DEBUG: currentHourStart=2023-03-17T11:00:00.000+00:00
DEBUG: PR hourly limit remaining: 2
DEBUG: Calculating branchConcurrentLimit (10)
DEBUG: 1 already existing branches found: renovate/all-minor-patch
DEBUG: Branch concurrent limit remaining: 9
DEBUG: Calculated maximum branches remaining this run: 2
DEBUG: Branches limit = 2
DEBUG: syncBranchState()(branch="renovate/all-minor-patch")
DEBUG: syncBranchState(): update branchSha(branch="renovate/all-minor-patch")
DEBUG: getBranchPr(renovate/all-minor-patch)(branch="renovate/all-minor-patch")
DEBUG: findPr(renovate/all-minor-patch, undefined, open)(branch="renovate/all-minor-patch")
DEBUG: Found PR #3(branch="renovate/all-minor-patch")
DEBUG: branchExists=true(branch="renovate/all-minor-patch")
DEBUG: dependencyDashboardCheck=undefined(branch="renovate/all-minor-patch")
DEBUG: PR rebase requested=false(branch="renovate/all-minor-patch")
DEBUG: Checking if PR has been edited(branch="renovate/all-minor-patch")
DEBUG: branch.isModified(): using git to calculate(branch="renovate/all-minor-patch")
DEBUG: branch.isModified() = false(branch="renovate/all-minor-patch")
DEBUG: Found existing branch PR(branch="renovate/all-minor-patch")
DEBUG: Checking schedule(at any time, null)(branch="renovate/all-minor-patch")
DEBUG: No schedule defined(branch="renovate/all-minor-patch")
DEBUG: Branch already exists(branch="renovate/all-minor-patch")
DEBUG: getBranchPr(renovate/all-minor-patch)(branch="renovate/all-minor-patch")
DEBUG: findPr(renovate/all-minor-patch, undefined, open)(branch="renovate/all-minor-patch")
DEBUG: Found PR #3(branch="renovate/all-minor-patch")
DEBUG: GET https://api.github.com/repos/kota65535/renovate-test/branches/main/protection = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=135)(branch="renovate/all-minor-patch")
DEBUG: No branch protection found(branch="renovate/all-minor-patch")
DEBUG: Skipping behind base branch check due to rebaseWhen=auto(branch="renovate/all-minor-patch")
DEBUG: isBranchConflicted(main, renovate/all-minor-patch)(branch="renovate/all-minor-patch")
DEBUG: branch.isConflicted(): using git to calculate(branch="renovate/all-minor-patch")
DEBUG: Setting git author name: Renovate Bot(branch="renovate/all-minor-patch")
DEBUG: Setting git author email: [email protected](branch="renovate/all-minor-patch")
DEBUG: branch.isConflicted(): false(branch="renovate/all-minor-patch")
DEBUG: Branch does not need rebasing(branch="renovate/all-minor-patch")
DEBUG: Using reuseExistingBranch: true(branch="renovate/all-minor-patch")
DEBUG: Setting current branch to main(branch="renovate/all-minor-patch")
DEBUG: latest commit(branch="renovate/all-minor-patch")
{
  "branchName": "main",
  "latestCommitDate": "2023-03-17T17:10:02+09:00"
}
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true(branch="renovate/all-minor-patch")
DEBUG: Rebasing branch after deps list has changed(packageFile="pyproject.toml", branch="renovate/all-minor-patch")
{
  "depName": "requests"
}
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false(branch="renovate/all-minor-patch")
DEBUG: Starting search at index 179(packageFile="pyproject.toml", branch="renovate/all-minor-patch")
{
  "depName": "requests"
}
DEBUG: Found match at index 179(packageFile="pyproject.toml", branch="renovate/all-minor-patch")
{
  "depName": "requests"
}
DEBUG: Contents updated(packageFile="pyproject.toml", branch="renovate/all-minor-patch")
{
  "depName": "requests"
}
DEBUG: poetry.updateArtifacts(pyproject.toml)(branch="renovate/all-minor-patch")
DEBUG: Updating poetry.lock(branch="renovate/all-minor-patch")
DEBUG: Using python constraint from config(branch="renovate/all-minor-patch")
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /tmp/containerbase(branch="renovate/all-minor-patch")
DEBUG: Using docker to execute(branch="renovate/all-minor-patch")
{
  "image": "sidecar"
}
DEBUG: Resolved stable matching version(branch="renovate/all-minor-patch")
{
  "toolName": "python",
  "constraint": "~3.9",
  "resolvedVersion": "3.9.16"
}
DEBUG: Resolved stable matching version(branch="renovate/all-minor-patch")
{
  "toolName": "poetry",
  "constraint": null,
  "resolvedVersion": "1.4.0"
}
DEBUG: containerbaseDir is separate from cacheDir(branch="renovate/all-minor-patch")
DEBUG: Resolved tag constraint(branch="renovate/all-minor-patch")
{
  "image": "docker.io/containerbase/sidecar"
}
DEBUG: Docker image is already prefetched: docker.io/containerbase/sidecar@sha256:168ca18169f940fa62e752dd4feda633dc01ca0462baa9925d7e875e95d062d1(branch="renovate/all-minor-patch")
DEBUG: Executing command(branch="renovate/all-minor-patch")
{
  "command": "docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/kota65535/renovate-test\":\"/mnt/renovate/gh/kota65535/renovate-test\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e PIP_CACHE_DIR -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/kota65535/renovate-test\" docker.io/containerbase/sidecar bash -l -c \"install-tool python 3.9.16 && install-tool poetry 1.4.0 && poetry update --lock --no-interaction requests\""
}
DEBUG: exec completed(branch="renovate/all-minor-patch")
{
  "durationMs": 21594,
  "stdout": "installing v2 tool python v3.9.16\nlinking tool python v3.9.16\nPython 3.9.16\npip 23.0.1 from /opt/buildpack/tools/python/3.9.16/lib/python3.9/site-packages/pip (python 3.9)\nInstalled v2 /usr/local/buildpack/tools/v2/python.sh in 7 seconds\ninstalling v2 tool poetry v1.4.0\nlinking tool poetry v1.4.0\nPoetry (version 1.4.0)\nInstalled v2 /usr/local/buildpack/tools/v2/poetry.sh in 10 seconds\nUpdating dependencies\nResolving dependencies...\n\nWriting lock file\n  • Installing certifi (2022.12.7)\n  • Installing charset-normalizer (2.1.1)\n  • Installing idna (3.4)\n  • Installing urllib3 (1.26.14)\n  • Installing requests (2.28.2)\n",
  "stderr": "Creating virtualenv renovate-test-A1-NZdpN-py3.9 in /home/ubuntu/.cache/pypoetry/virtualenvs\n"
}
DEBUG: Returning updated poetry.lock(branch="renovate/all-minor-patch")
DEBUG: Updated 1 package files(branch="renovate/all-minor-patch")
DEBUG: Updated 1 lock files(branch="renovate/all-minor-patch")
{
  "updatedArtifacts": [
    "poetry.lock"
  ]
}
DEBUG: Getting comments for #3(branch="renovate/all-minor-patch")
DEBUG: Found 0 comments(branch="renovate/all-minor-patch")
DEBUG: 2 file(s) to commit(branch="renovate/all-minor-patch")
DEBUG: Preparing files for committing to branch renovate/all-minor-patch(branch="renovate/all-minor-patch")
DEBUG: git commit(branch="renovate/all-minor-patch")
{
  "deletedFiles": [],
  "ignoredFiles": [],
  "result": {
    "author": null,
    "branch": "renovate/all-minor-patch",
    "commit": "295aad898f48facf3a0aef72352660f1a3cb0a50",
    "root": false,
    "summary": {
      "changes": 2,
      "insertions": 7,
      "deletions": 7
    }
  }
}
DEBUG: resetToCommit(2e7be9c0782bc2234660255f046c2acd9e6297be)(branch="renovate/all-minor-patch")
DEBUG: Fetching branch renovate/all-minor-patch(branch="renovate/all-minor-patch")
DEBUG: Setting current branch to main(branch="renovate/all-minor-patch")
DEBUG: latest commit(branch="renovate/all-minor-patch")
{
  "branchName": "main",
  "latestCommitDate": "2023-03-17T17:10:02+09:00"
}
INFO: Branch updated(branch="renovate/all-minor-patch")
{
  "commitSha": "6da9b09f36a9563f91a9be5d7b787e623d49f1ac"
}
DEBUG: Ensuring PR(branch="renovate/all-minor-patch")
DEBUG: There are 0 errors and 0 warnings(branch="renovate/all-minor-patch")
DEBUG: getBranchPr(renovate/all-minor-patch)(branch="renovate/all-minor-patch")
DEBUG: findPr(renovate/all-minor-patch, undefined, open)(branch="renovate/all-minor-patch")
DEBUG: Found PR #3(branch="renovate/all-minor-patch")
DEBUG: getPrCache()(branch="renovate/all-minor-patch")
DEBUG: Found existing PR(branch="renovate/all-minor-patch")
DEBUG: PR cache matches but it has been edited in the past 24hrs, so processing PR(branch="renovate/all-minor-patch")
DEBUG: Fetching changelog: https://github.com/psf/requests (2.28.1 -> 2.28.2)(branch="renovate/all-minor-patch")
DEBUG: Processing existing PR(branch="renovate/all-minor-patch")
DEBUG: setPrCache()(branch="renovate/all-minor-patch")
DEBUG: Pull Request #3 does not need updating(branch="renovate/all-minor-patch")
DEBUG: PR is not configured for automerge(branch="renovate/all-minor-patch")
DEBUG: setBranchCommit()(branch="renovate/all-minor-patch")
DEBUG: getBranchPr(renovate/all-minor-patch)
DEBUG: findPr(renovate/all-minor-patch, undefined, open)
DEBUG: Found PR #3
DEBUG: getPrCache()
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: Branch lists
{
  "branchList": [
    "renovate/all-minor-patch"
  ],
  "renovateBranches": [
    "renovate/all-minor-patch",
    "renovate/configure"
  ]
}
DEBUG: remainingBranches=renovate/configure
DEBUG: findPr(renovate/configure, undefined, open)
DEBUG: branch.isModified(): using git to calculate
DEBUG: branch.isModified() = true
{
  "branchName": "renovate/configure",
  "lastAuthor": "29139614+renovate[bot]@users.noreply.github.com",
  "gitAuthorEmail": "[email protected]"
}
DEBUG: setCachedModifiedResult(): Branch cache not present
DEBUG: Orphan Branch is modified - skipping branch deletion
DEBUG: Cleaning up Renovate refs: refs/renovate/*
DEBUG: PackageFiles.clear() - Package files deleted
DEBUG: Branch summary
{
  "cacheModified": true,
  "baseBranches": [
    {
      "branchName": "main",
      "sha": "2e7be9c0782bc2234660255f046c2acd9e6297be"
    }
  ],
  "branches": [
    {
      "automerge": false,
      "baseBranch": "main",
      "baseBranchSha": "2e7be9c0782bc2234660255f046c2acd9e6297be",
      "branchName": "renovate/all-minor-patch",
      "branchSha": "6da9b09f36a9563f91a9be5d7b787e623d49f1ac",
      "isModified": false,
      "isPristine": true
    }
  ],
  "inactiveBranches": []
}
DEBUG: Renovate repository PR statistics
{
  "stats": {
    "total": 2,
    "open": 1,
    "closed": 1,
    "merged": 0
  }
}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true
DEBUG: Repository timing splits (milliseconds)
{
  "splits": {
    "init": 3070,
    "extract": 1326,
    "lookup": 1855,
    "onboarding": 0,
    "update": 27250
  },
  "total": 35002
}
DEBUG: Package cache statistics
{
  "get": {
    "count": 9,
    "avgMs": 1,
    "medianMs": 1,
    "maxMs": 3
  },
  "set": {
    "count": 5,
    "avgMs": 33,
    "medianMs": 36,
    "maxMs": 61
  }
}
DEBUG: http statistics
{
  "urls": {
    "https://api.github.com/graphql (POST,200)": 7,
    "https://api.github.com/repos/kota65535/renovate-test/branches/main/protection (GET,404)": 1,
    "https://api.github.com/repos/kota65535/renovate-test/contents/renovate.json5 (GET,200)": 1,
    "https://api.github.com/repos/kota65535/renovate-test/git/commits (POST,201)": 1,
    "https://api.github.com/repos/kota65535/renovate-test/git/refs/heads/renovate/all-minor-patch (PATCH,200)": 1,
    "https://api.github.com/repos/kota65535/renovate-test/git/trees (POST,201)": 1,
    "https://api.github.com/repos/kota65535/renovate-test/issues/2 (GET,200)": 2,
    "https://api.github.com/repos/kota65535/renovate-test/issues/3/comments (GET,200)": 1,
    "https://api.github.com/repos/kota65535/renovate-test/pulls (GET,200)": 1,
    "https://api.github.com/repos/whitesource/merge-confidence/contents/beta.json (GET,200)": 1
  },
  "hostStats": {
    "api.github.com": {
      "requestCount": 17,
      "requestAvgMs": 235,
      "queueAvgMs": 0
    }
  },
  "totalRequests": 17
}
DEBUG: Package lookup durations
{
  "pypi": {
    "count": 1,
    "averageMs": 68,
    "totalMs": 68,
    "maximumMs": 68
  },
  "github-tags": {
    "count": 2,
    "averageMs": 650,
    "totalMs": 1300,
    "maximumMs": 655
  }
}
DEBUG: dns cache
{
  "hosts": [
    "api.github.com"
  ]
}
INFO: Repository finished
{
  "cloned": true,
  "durationMs": 35002
}
@rarkins rarkins added type:bug Bug fix of existing functionality priority-2-high Bugs impacting wide number of users or very important features status:ready labels Mar 17, 2023
@rarkins rarkins self-assigned this Mar 17, 2023
@renovate-release
Copy link
Collaborator

🎉 This issue has been resolved in version 35.10.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
priority-2-high Bugs impacting wide number of users or very important features type:bug Bug fix of existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants