Skip to content

Instantly share code, notes, and snippets.

@ayushmanchhabra
Last active June 27, 2024 16:19
Show Gist options
  • Save ayushmanchhabra/1da1c1fca36b1c203ec2675568ee7abb to your computer and use it in GitHub Desktop.
Save ayushmanchhabra/1da1c1fca36b1c203ec2675568ee7abb to your computer and use it in GitHub Desktop.
DEBUG: Using RE2 regex engine
DEBUG: Parsing configs
DEBUG: Checking for config file in /runner/renovate/job_config.json
DEBUG: Detected config in env RENOVATE_CONFIG
{
  "config": {
    "extends": [
      "mergeConfidence:all-badges"
    ],
    "prFooter": "This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/{{platform}}/{{repository}}).",
    "prHeader": "[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)",
    "redisUrl": "redis://mend-developer-platform-renovate-prod.aqffol.ng.0001.use1.cache.amazonaws.com:6379",
    "binarySource": "install",
    "platformCommit": true,
    "repositoryCache": "enabled",
    "cacheTtlOverride": {
      "datasource-docker-hub-tags": 90
    },
    "onboardingConfig": {
      "$schema": "https://docs.renovatebot.com/renovate-schema.json",
      "extends": [
        "config:recommended"
      ]
    },
    "gitIgnoredAuthors": [
      "29139614+renovate[bot]@users.noreply.github.com"
    ],
    "customizeDashboard": {
      "repoProblemsHeader": "These problems occurred while renovating this repository. [View logs](https://developer.mend.io//{{platform}}/{{repository}})."
    },
    "repositoryCacheType": "s3://mend-developer-platform-prod/renovate/",
    "dependencyDashboardFooter": "\n- [ ] <!-- manual job -->Check this box to trigger a request for Renovate to run again on this repository\n",
    "allowedPostUpgradeCommands": [
      "^git add --all$",
      "^git reset$",
      "^npx beachball change( --no-fetch)? --no-commit --type (patch|none) --message '{{{commitMessage}}}'$",
      "^pwd$"
    ],
    "allowPostUpgradeCommandTemplating": true
  }
}

DEBUG: File config
{
  "config": {
    "token": "***********",
    "privateKey": "***********",
    "privateKeyOld": "***********",
    "hostRules": [
      {
        "hostType": "docker",
        "matchHost": "docker.io",
        "username": "mdpprodrenovate",
        "password": "***********"
      },
      {
        "hostType": "docker",
        "matchHost": "hub.docker.com",
        "username": "mdpprodrenovatedc2",
        "password": "***********"
      },
      {
        "hostType": "github",
        "matchHost": "api.github.com",
        "token": "***********"
      },
      {
        "hostType": "github-tags",
        "matchHost": "api.github.com",
        "token": "***********"
      },
      {
        "hostType": "github-releases",
        "matchHost": "api.github.com",
        "token": "***********"
      },
      {
        "hostType": "pod",
        "matchHost": "api.github.com",
        "token": "***********"
      },
      {
        "hostType": "terraform-provider",
        "matchHost": "api.github.com",
        "token": "***********"
      },
      {
        "hostType": "rubygems",
        "matchHost": "github.com",
        "token": "***********"
      }
    ],
    "secrets": {}
  }
}

DEBUG: CLI config
{
  "config": {}
}

DEBUG: Env config
{
  "config": {
    "extends": [
      "mergeConfidence:all-badges"
    ],
    "prFooter": "This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/{{platform}}/{{repository}}).",
    "prHeader": "[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)",
    "redisUrl": "redis://mend-developer-platform-renovate-prod.aqffol.ng.0001.use1.cache.amazonaws.com:6379",
    "binarySource": "install",
    "platformCommit": true,
    "repositoryCache": "enabled",
    "cacheTtlOverride": {
      "datasource-docker-hub-tags": 90
    },
    "onboardingConfig": {
      "$schema": "https://docs.renovatebot.com/renovate-schema.json",
      "extends": [
        "config:recommended"
      ]
    },
    "gitIgnoredAuthors": [
      "29139614+renovate[bot]@users.noreply.github.com"
    ],
    "customizeDashboard": {
      "repoProblemsHeader": "These problems occurred while renovating this repository. [View logs](https://developer.mend.io//{{platform}}/{{repository}})."
    },
    "repositoryCacheType": "s3://mend-developer-platform-prod/renovate/",
    "dependencyDashboardFooter": "\n- [ ] <!-- manual job -->Check this box to trigger a request for Renovate to run again on this repository\n",
    "allowedPostUpgradeCommands": [
      "^git add --all$",
      "^git reset$",
      "^npx beachball change( --no-fetch)? --no-commit --type (patch|none) --message '{{{commitMessage}}}'$",
      "^pwd$"
    ],
    "allowPostUpgradeCommandTemplating": true,
    "hostRules": [],
    "onboardingNoDeps": true,
    "onboarding": true,
    "forkProcessing": "enabled",
    "requireConfig": "required",
    "platform": "github",
    "username": "renovate[bot]",
    "repositories": [
      "ayushmanchhabra/vsx"
    ],
    "gitAuthor": "renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"
  }
}

DEBUG: Combined config
{
  "config": {
    "token": "***********",
    "privateKey": "***********",
    "privateKeyOld": "***********",
    "hostRules": [
      {
        "hostType": "docker",
        "matchHost": "docker.io",
        "username": "mdpprodrenovate",
        "password": "***********"
      },
      {
        "hostType": "docker",
        "matchHost": "hub.docker.com",
        "username": "mdpprodrenovatedc2",
        "password": "***********"
      },
      {
        "hostType": "github",
        "matchHost": "api.github.com",
        "token": "***********"
      },
      {
        "hostType": "github-tags",
        "matchHost": "api.github.com",
        "token": "***********"
      },
      {
        "hostType": "github-releases",
        "matchHost": "api.github.com",
        "token": "***********"
      },
      {
        "hostType": "pod",
        "matchHost": "api.github.com",
        "token": "***********"
      },
      {
        "hostType": "terraform-provider",
        "matchHost": "api.github.com",
        "token": "***********"
      },
      {
        "hostType": "rubygems",
        "matchHost": "github.com",
        "token": "***********"
      }
    ],
    "secrets": {},
    "extends": [
      "mergeConfidence:all-badges"
    ],
    "prFooter": "This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/{{platform}}/{{repository}}).",
    "prHeader": "[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)",
    "redisUrl": "redis://mend-developer-platform-renovate-prod.aqffol.ng.0001.use1.cache.amazonaws.com:6379",
    "binarySource": "install",
    "platformCommit": true,
    "repositoryCache": "enabled",
    "cacheTtlOverride": {
      "datasource-docker-hub-tags": 90
    },
    "onboardingConfig": {
      "$schema": "https://docs.renovatebot.com/renovate-schema.json",
      "extends": [
        "config:recommended"
      ]
    },
    "gitIgnoredAuthors": [
      "29139614+renovate[bot]@users.noreply.github.com"
    ],
    "customizeDashboard": {
      "repoProblemsHeader": "These problems occurred while renovating this repository. [View logs](https://developer.mend.io//{{platform}}/{{repository}})."
    },
    "repositoryCacheType": "s3://mend-developer-platform-prod/renovate/",
    "dependencyDashboardFooter": "\n- [ ] <!-- manual job -->Check this box to trigger a request for Renovate to run again on this repository\n",
    "allowedPostUpgradeCommands": [
      "^git add --all$",
      "^git reset$",
      "^npx beachball change( --no-fetch)? --no-commit --type (patch|none) --message '{{{commitMessage}}}'$",
      "^pwd$"
    ],
    "allowPostUpgradeCommandTemplating": true,
    "onboardingNoDeps": true,
    "onboarding": true,
    "forkProcessing": "enabled",
    "requireConfig": "required",
    "platform": "github",
    "username": "renovate[bot]",
    "repositories": [
      "ayushmanchhabra/vsx"
    ],
    "gitAuthor": "renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"
  }
}

DEBUG: Enabling forkProcessing while in non-autodiscover mode
DEBUG: Found valid git version: 2.45.2
DEBUG: Setting global hostRules
DEBUG: Adding password authentication for docker.io (hostType=docker) to hostRules
DEBUG: Adding password authentication for hub.docker.com (hostType=docker) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github-tags) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github-releases) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=pod) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=terraform-provider) to hostRules
DEBUG: Adding token authentication for github.com (hostType=rubygems) to hostRules
DEBUG: Using default github endpoint: https://api.github.com/
DEBUG: Platform config
{
  "platformConfig": {
    "hostType": "github",
    "endpoint": "https://api.github.com/",
    "isGHApp": true,
    "isGhe": false
  }
  "renovateUsername": "renovate[bot]"
}

DEBUG: Using configured gitAuthor (renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>)
DEBUG: Adding token authentication for api.github.com (hostType=github) to hostRules
DEBUG: Using baseDir: /tmp/renovate
DEBUG: Using cacheDir: /tmp/renovate/cache
DEBUG: Using containerbaseDir: /tmp/renovate/cache/containerbase
DEBUG: Redis cache init
DEBUG: Commits limit = null
DEBUG: Setting global hostRules
DEBUG: Adding password authentication for docker.io (hostType=docker) to hostRules
DEBUG: Adding password authentication for hub.docker.com (hostType=docker) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github-tags) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github-releases) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=pod) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=terraform-provider) to hostRules
DEBUG: Adding token authentication for github.com (hostType=rubygems) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github) to hostRules
DEBUG: validatePresets()
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for docker.io (hostType=docker) to hostRules
DEBUG: Adding password authentication for hub.docker.com (hostType=docker) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github-tags) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github-releases) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=pod) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=terraform-provider) to hostRules
DEBUG: Adding token authentication for github.com (hostType=rubygems) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github) to hostRules
INFO: Repository started
{
  "renovateVersion": "37.420.1"
}

DEBUG: Using localDir: /tmp/renovate/repos/github/ayushmanchhabra/vsx
DEBUG: PackageFiles.clear() - Package files deleted
DEBUG: initRepo("ayushmanchhabra/vsx")
DEBUG: hostRules: authentication already set for api.github.com
DEBUG: ayushmanchhabra/vsx default branch = main
DEBUG: Using app token for git init
DEBUG: RepoCacheS3.read() - success
DEBUG: Repository cache is restored from revision 13
DEBUG: Resetting npmrc
DEBUG: Resetting npmrc
DEBUG: checkOnboarding()
DEBUG: isOnboarded()
DEBUG: findPr(renovate/configure, Configure Renovate, !open)
DEBUG: http cache: saving https://api.github.com/repos/ayushmanchhabra/vsx/pulls?per_page=20&state=all&sort=updated&direction=desc&page=1 (etag=W/"a757596e6b12e0ccdcd223cd6dde3d6cc9d12d1e4f379fe0beaef9a58132f669", lastModified=undefined)
DEBUG: getPrList success
{
  "pullsTotal": 512
  "requestsTotal": 1
  "apiQuotaAffected": true
}

DEBUG: Found PR #23
DEBUG: Checking cached config file name
DEBUG: http cache: Using cached response: https://api.github.com/repos/ayushmanchhabra/vsx/contents/.github/renovate.json from 2024-06-18T00:02:44.650Z
DEBUG: Existing config file confirmed
DEBUG: Repository config
{
  "fileName": ".github/renovate.json"
  "config": {
    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
    "extends": [
      "config:base",
      ":disableDependencyDashboard"
    ],
    "automerge": true,
    "rangeStrategy": "bump"
  }
}

DEBUG: Repo is onboarded
DEBUG: http cache: Using cached response: https://api.github.com/repos/ayushmanchhabra/vsx/contents/.github/renovate.json from 2024-06-18T00:02:44.650Z
DEBUG: migrateAndValidate()
DEBUG: Config migration necessary
{
  "oldConfig": {
    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
    "extends": [
      "mergeConfidence:all-badges",
      "config:base",
      ":disableDependencyDashboard"
    ],
    "automerge": true,
    "rangeStrategy": "bump"
  }
  "newConfig": {
    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
    "extends": [
      "mergeConfidence:all-badges",
      "config:recommended",
      ":disableDependencyDashboard"
    ],
    "automerge": true,
    "rangeStrategy": "bump"
  }
}

DEBUG: Post-massage config
{
  "config": {
    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
    "extends": [
      "mergeConfidence:all-badges",
      "config:recommended",
      ":disableDependencyDashboard"
    ],
    "automerge": true,
    "rangeStrategy": "bump"
  }
}

DEBUG: Setting hostRules from config
DEBUG: Found repo ignorePaths
{
  "ignorePaths": [
    "**/node_modules/**",
    "**/bower_components/**",
    "**/vendor/**",
    "**/examples/**",
    "**/__tests__/**",
    "**/test/**",
    "**/tests/**",
    "**/__fixtures__/**"
  ]
}

DEBUG: No vulnerability alerts enabled for repo
DEBUG: No vulnerability alerts found
DEBUG: No baseBranches
DEBUG: extract()
DEBUG: Cached extract for sha=0f435fa17a3abab37bc902d5e126a83d65abafd1 is valid and can be used
DEBUG: Deleted cached dep updates
INFO: Dependency extraction complete
{
  "baseBranch": "main"
  "stats": {
    "managers": {
      "github-actions": {
        "fileCount": 2,
        "depCount": 7
      },
      "npm": {
        "fileCount": 3,
        "depCount": 18
      }
    },
    "total": {
      "fileCount": 5,
      "depCount": 25
    }
  }
}

DEBUG: hostRules: no authentication for registry.npmjs.org
DEBUG: PackageFiles.add() - Package file saved for base branch
{
  "baseBranch": "main"
}

DEBUG: Package releases lookups complete
{
  "baseBranch": "main"
}

DEBUG: branchifyUpgrades
DEBUG: detectSemanticCommits()
DEBUG: semanticCommits: returning "enabled" from cache
DEBUG: 2 flattened updates found: actions/setup-node, eslint
DEBUG: Returning 2 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",
            "currentDigest": "692973e3d937129bcbf40652eb9f2f61becf3332",
            "currentValue": "v4.1.7",
            "currentVersion": "v4.1.7",
            "currentVersionTimestamp": "2024-06-12T18:41:43.000Z",
            "datasource": "github-tags",
            "depName": "actions/checkout",
            "depType": "action",
            "fixedVersion": "v4.1.7",
            "packageName": "actions/checkout",
            "registryUrl": "https://github.com",
            "replaceString": "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7",
            "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.0.2",
            "currentVersion": "v4.0.2",
            "currentVersionTimestamp": "2024-02-07T04:42:16.000Z",
            "datasource": "github-tags",
            "depName": "actions/setup-node",
            "depType": "action",
            "fixedVersion": "v4.0.2",
            "packageName": "actions/setup-node",
            "registryUrl": "https://github.com",
            "replaceString": "actions/setup-node@v4.0.2",
            "sourceUrl": "https://github.com/actions/setup-node",
            "versioning": "docker",
            "warnings": [],
            "updates": []
          },
          {
            "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
            "commitMessageTopic": "{{{depName}}} action",
            "currentValue": "v3.1.1",
            "currentVersion": "v3.1.1",
            "currentVersionTimestamp": "2024-03-29T02:01:39.000Z",
            "datasource": "github-tags",
            "depName": "JS-DevTools/npm-publish",
            "depType": "action",
            "fixedVersion": "v3.1.1",
            "packageName": "JS-DevTools/npm-publish",
            "registryUrl": "https://github.com",
            "replaceString": "JS-DevTools/npm-publish@v3.1.1",
            "sourceUrl": "https://github.com/JS-DevTools/npm-publish",
            "versioning": "docker",
            "warnings": [],
            "updates": []
          },
          {
            "autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
            "currentValue": "22.04",
            "currentVersion": "22.04",
            "datasource": "github-runners",
            "depName": "ubuntu",
            "depType": "github-runner",
            "fixedVersion": "22.04",
            "packageName": "ubuntu",
            "replaceString": "ubuntu-22.04",
            "sourceUrl": "https://github.com/actions/runner-images",
            "versioning": "docker",
            "warnings": [],
            "updates": []
          }
        ],
        "packageFile": ".github/workflows/cd.yml"
      },
      {
        "deps": [
          {
            "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # {{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
            "commitMessageTopic": "{{{depName}}} action",
            "currentDigest": "692973e3d937129bcbf40652eb9f2f61becf3332",
            "currentValue": "v4.1.7",
            "currentVersion": "v4.1.7",
            "currentVersionTimestamp": "2024-06-12T18:41:43.000Z",
            "datasource": "github-tags",
            "depName": "actions/checkout",
            "depType": "action",
            "fixedVersion": "v4.1.7",
            "packageName": "actions/checkout",
            "registryUrl": "https://github.com",
            "replaceString": "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7",
            "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.0.2",
            "currentVersion": "v4.0.2",
            "currentVersionTimestamp": "2024-02-07T04:42:16.000Z",
            "datasource": "github-tags",
            "depName": "actions/setup-node",
            "depType": "action",
            "fixedVersion": "v4.0.2",
            "packageName": "actions/setup-node",
            "registryUrl": "https://github.com",
            "replaceString": "actions/setup-node@v4.0.2",
            "sourceUrl": "https://github.com/actions/setup-node",
            "versioning": "docker",
            "warnings": [],
            "updates": [
              {
                "bucket": "major",
                "newVersion": "v2.3.0",
                "newValue": "v2.3.0",
                "releaseTimestamp": "2021-07-20T12:22:13.000Z",
                "newMajor": 2,
                "newMinor": 3,
                "newPatch": 0,
                "updateType": "minor",
                "branchName": "renovate/actions-setup-node-2.x"
              }
            ],
            "isSingleVersion": true
          },
          {
            "autoReplaceStringTemplate": "{{depName}}-{{newValue}}",
            "currentValue": "22.04",
            "currentVersion": "22.04",
            "datasource": "github-runners",
            "depName": "ubuntu",
            "depType": "github-runner",
            "fixedVersion": "22.04",
            "packageName": "ubuntu",
            "replaceString": "ubuntu-22.04",
            "sourceUrl": "https://github.com/actions/runner-images",
            "versioning": "docker",
            "warnings": [],
            "updates": []
          }
        ],
        "packageFile": ".github/workflows/ci.yml"
      }
    ],
    "npm": [
      {
        "deps": [
          {
            "currentValue": "^10.0.0",
            "currentVersion": "10.0.0",
            "currentVersionTimestamp": "2024-06-09T13:42:04.366Z",
            "datasource": "npm",
            "depName": "uuid",
            "depType": "dependencies",
            "fixedVersion": "10.0.0",
            "lockedVersion": "10.0.0",
            "packageName": "uuid",
            "prettyDepType": "dependency",
            "registryUrl": "https://registry.npmjs.org",
            "sourceUrl": "https://github.com/uuidjs/uuid",
            "versioning": "npm",
            "warnings": [],
            "updates": []
          },
          {
            "currentValue": "^20.14.9",
            "currentVersion": "20.14.9",
            "currentVersionTimestamp": "2024-06-25T22:07:03.911Z",
            "datasource": "npm",
            "depName": "@types/node",
            "depType": "devDependencies",
            "fixedVersion": "20.14.9",
            "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
            "lockedVersion": "20.14.9",
            "packageName": "@types/node",
            "prettyDepType": "devDependency",
            "registryUrl": "https://registry.npmjs.org",
            "sourceDirectory": "types/node",
            "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
            "versioning": "node",
            "warnings": [],
            "updates": []
          },
          {
            "currentValue": "^10.0.0",
            "currentVersion": "10.0.0",
            "currentVersionTimestamp": "2024-06-20T21:08:03.401Z",
            "datasource": "npm",
            "depName": "@types/uuid",
            "depType": "devDependencies",
            "fixedVersion": "10.0.0",
            "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid",
            "lockedVersion": "10.0.0",
            "packageName": "@types/uuid",
            "prettyDepType": "devDependency",
            "registryUrl": "https://registry.npmjs.org",
            "sourceDirectory": "types/uuid",
            "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
            "versioning": "npm",
            "warnings": [],
            "updates": []
          },
          {
            "currentValue": "^7.14.1",
            "currentVersion": "7.14.1",
            "currentVersionTimestamp": "2024-06-24T18:23:07.659Z",
            "datasource": "npm",
            "depName": "@typescript-eslint/eslint-plugin",
            "depType": "devDependencies",
            "fixedVersion": "7.14.1",
            "homepage": "https://typescript-eslint.io/packages/eslint-plugin",
            "lockedVersion": "7.14.1",
            "packageName": "@typescript-eslint/eslint-plugin",
            "prettyDepType": "devDependency",
            "registryUrl": "https://registry.npmjs.org",
            "sourceDirectory": "packages/eslint-plugin",
            "sourceUrl": "https://github.com/typescript-eslint/typescript-eslint",
            "versioning": "npm",
            "warnings": [],
            "updates": []
          },
          {
            "currentValue": "^7.14.1",
            "currentVersion": "7.14.1",
            "currentVersionTimestamp": "2024-06-24T18:22:51.370Z",
            "datasource": "npm",
            "depName": "@typescript-eslint/parser",
            "depType": "devDependencies",
            "fixedVersion": "7.14.1",
            "homepage": "https://typescript-eslint.io/packages/parser",
            "lockedVersion": "7.14.1",
            "packageName": "@typescript-eslint/parser",
            "prettyDepType": "devDependency",
            "registryUrl": "https://registry.npmjs.org",
            "sourceDirectory": "packages/parser",
            "sourceUrl": "https://github.com/typescript-eslint/typescript-eslint",
            "versioning": "npm",
            "warnings": [],
            "updates": []
          },
          {
            "currentValue": "~0.21.5",
            "currentVersion": "0.21.5",
            "currentVersionTimestamp": "2024-06-09T21:17:41.628Z",
            "datasource": "npm",
            "depName": "esbuild",
            "depType": "devDependencies",
            "fixedVersion": "0.21.5",
            "lockedVersion": "0.21.5",
            "packageName": "esbuild",
            "prettyDepType": "devDependency",
            "registryUrl": "https://registry.npmjs.org",
            "sourceUrl": "https://github.com/evanw/esbuild",
            "versioning": "npm",
            "warnings": [],
            "updates": []
          },
          {
            "currentValue": "^8.57.0",
            "currentVersion": "8.57.0",
            "currentVersionTimestamp": "2024-02-23T20:39:43.282Z",
            "datasource": "npm",
            "depName": "eslint",
            "depType": "devDependencies",
            "fixedVersion": "8.57.0",
            "homepage": "https://eslint.org",
            "isSingleVersion": false,
            "lockedVersion": "8.57.0",
            "packageName": "eslint",
            "prettyDepType": "devDependency",
            "registryUrl": "https://registry.npmjs.org",
            "sourceUrl": "https://github.com/eslint/eslint",
            "versioning": "npm",
            "warnings": [],
            "updates": [
              {
                "bucket": "major",
                "newVersion": "9.5.0",
                "newValue": "^9.5.0",
                "releaseTimestamp": "2024-06-14T19:22:11.949Z",
                "newMajor": 9,
                "newMinor": 5,
                "newPatch": 0,
                "updateType": "major",
                "isRange": true,
                "branchName": "renovate/major-eslint-monorepo"
              }
            ]
          },
          {
            "currentValue": "^24.1.0",
            "currentVersion": "24.1.0",
            "currentVersionTimestamp": "2024-05-26T09:22:23.832Z",
            "datasource": "npm",
            "depName": "jsdom",
            "depType": "devDependencies",
            "fixedVersion": "24.1.0",
            "lockedVersion": "24.1.0",
            "packageName": "jsdom",
            "prettyDepType": "devDependency",
            "registryUrl": "https://registry.npmjs.org",
            "sourceUrl": "https://github.com/jsdom/jsdom",
            "versioning": "npm",
            "warnings": [],
            "updates": []
          },
          {
            "currentValue": "^8.1.0",
            "currentVersion": "8.1.0",
            "currentVersionTimestamp": "2024-06-03T02:37:14.488Z",
            "datasource": "npm",
            "depName": "tsup",
            "depType": "devDependencies",
            "fixedVersion": "8.1.0",
            "homepage": "https://tsup.egoist.dev/",
            "lockedVersion": "8.1.0",
            "packageName": "tsup",
            "prettyDepType": "devDependency",
            "registryUrl": "https://registry.npmjs.org",
            "sourceUrl": "https://github.com/egoist/tsup",
            "versioning": "npm",
            "warnings": [],
            "updates": []
          },
          {
            "currentValue": "^5.5.2",
            "currentVersion": "5.5.2",
            "currentVersionTimestamp": "2024-06-20T17:37:03.845Z",
            "datasource": "npm",
            "depName": "typescript",
            "depType": "devDependencies",
            "fixedVersion": "5.5.2",
            "homepage": "https://www.typescriptlang.org/",
            "lockedVersion": "5.5.2",
            "packageName": "typescript",
            "prettyDepType": "devDependency",
            "registryUrl": "https://registry.npmjs.org",
            "sourceUrl": "https://github.com/Microsoft/TypeScript",
            "versioning": "npm",
            "warnings": [],
            "updates": []
          },
          {
            "currentValue": "^5.3.1",
            "currentVersion": "5.3.1",
            "currentVersionTimestamp": "2024-06-14T09:18:54.840Z",
            "datasource": "npm",
            "depName": "vite",
            "depType": "devDependencies",
            "fixedVersion": "5.3.1",
            "homepage": "https://vitejs.dev",
            "lockedVersion": "5.3.1",
            "packageName": "vite",
            "prettyDepType": "devDependency",
            "registryUrl": "https://registry.npmjs.org",
            "sourceDirectory": "packages/vite",
            "sourceUrl": "https://github.com/vitejs/vite",
            "versioning": "npm",
            "warnings": [],
            "updates": []
          },
          {
            "currentValue": "^1.6.0",
            "currentVersion": "1.6.0",
            "currentVersionTimestamp": "2024-05-03T15:22:40.746Z",
            "datasource": "npm",
            "depName": "vitest",
            "depType": "devDependencies",
            "fixedVersion": "1.6.0",
            "lockedVersion": "1.6.0",
            "packageName": "vitest",
            "prettyDepType": "devDependency",
            "registryUrl": "https://registry.npmjs.org",
            "sourceDirectory": "packages/vitest",
            "sourceUrl": "https://github.com/vitest-dev/vitest",
            "versioning": "npm",
            "warnings": [],
            "updates": []
          },
          {
            "commitMessageTopic": "Node.js",
            "currentValue": "20.15.0",
            "currentVersion": "v20.15.0",
            "currentVersionTimestamp": "2024-06-20T00:00:00.000Z",
            "datasource": "node-version",
            "depName": "node",
            "depType": "engines",
            "fixedVersion": "20.15.0",
            "homepage": "https://nodejs.org",
            "lockedVersion": null,
            "packageName": "node",
            "prettyDepType": "engine",
            "registryUrl": "https://nodejs.org/dist",
            "sourceUrl": "https://github.com/nodejs/node",
            "versioning": "node",
            "warnings": [],
            "updates": []
          },
          {
            "commitMessageTopic": "npm",
            "currentValue": "10.8.1",
            "currentVersion": "10.8.1",
            "currentVersionTimestamp": "2024-05-29T20:55:42.386Z",
            "datasource": "npm",
            "depName": "npm",
            "depType": "packageManager",
            "fixedVersion": "10.8.1",
            "homepage": "https://docs.npmjs.com/",
            "lockedVersion": null,
            "packageName": "npm",
            "prettyDepType": "packageManager",
            "registryUrl": "https://registry.npmjs.org",
            "sourceUrl": "https://github.com/npm/cli",
            "versioning": "npm",
            "warnings": [],
            "updates": []
          }
        ],
        "extractedConstraints": {
          "node": "20.15.0",
          "npm": "10.8.1"
        },
        "lockFiles": [
          "package-lock.json"
        ],
        "managerData": {
          "hasPackageManager": true,
          "npmLock": "package-lock.json",
          "packageJsonName": "vsx",
          "workspacesPackages": [
            "templates/*"
          ],
          "yarnZeroInstall": false
        },
        "packageFile": "package.json",
        "packageFileVersion": "0.7.0",
        "skipInstalls": true
      },
      {
        "deps": [
          {
            "currentValue": "^0.7.0",
            "currentVersion": "0.7.0",
            "currentVersionTimestamp": "2023-07-18T12:52:48.147Z",
            "datasource": "npm",
            "depName": "vsx",
            "depType": "devDependencies",
            "fixedVersion": "0.7.0",
            "lockedVersion": "0.7.0",
            "packageName": "vsx",
            "prettyDepType": "devDependency",
            "registryUrl": "https://registry.npmjs.org",
            "sourceUrl": "https://github.com/ayushmxn/vsx",
            "versioning": "npm",
            "warnings": [],
            "updates": []
          }
        ],
        "extractedConstraints": {
          "node": "20.15.0",
          "npm": "10.8.1"
        },
        "lockFiles": [
          "package-lock.json"
        ],
        "managerData": {
          "hasPackageManager": true,
          "npmLock": "package-lock.json",
          "packageJsonName": "vsx-esbuild-template",
          "workspacesPackages": [
            "templates/*"
          ],
          "yarnZeroInstall": false
        },
        "packageFile": "templates/esbuild/package.json",
        "skipInstalls": true
      },
      {
        "deps": [
          {
            "currentValue": "^5.5.2",
            "currentVersion": "5.5.2",
            "currentVersionTimestamp": "2024-06-20T17:37:03.845Z",
            "datasource": "npm",
            "depName": "typescript",
            "depType": "devDependencies",
            "fixedVersion": "5.5.2",
            "homepage": "https://www.typescriptlang.org/",
            "lockedVersion": "5.5.2",
            "packageName": "typescript",
            "prettyDepType": "devDependency",
            "registryUrl": "https://registry.npmjs.org",
            "sourceUrl": "https://github.com/Microsoft/TypeScript",
            "versioning": "npm",
            "warnings": [],
            "updates": []
          },
          {
            "currentValue": "^5.3.1",
            "currentVersion": "5.3.1",
            "currentVersionTimestamp": "2024-06-14T09:18:54.840Z",
            "datasource": "npm",
            "depName": "vite",
            "depType": "devDependencies",
            "fixedVersion": "5.3.1",
            "homepage": "https://vitejs.dev",
            "lockedVersion": "5.3.1",
            "packageName": "vite",
            "prettyDepType": "devDependency",
            "registryUrl": "https://registry.npmjs.org",
            "sourceDirectory": "packages/vite",
            "sourceUrl": "https://github.com/vitejs/vite",
            "versioning": "npm",
            "warnings": [],
            "updates": []
          },
          {
            "currentValue": "^0.7.0",
            "currentVersion": "0.7.0",
            "currentVersionTimestamp": "2023-07-18T12:52:48.147Z",
            "datasource": "npm",
            "depName": "vsx",
            "depType": "devDependencies",
            "fixedVersion": "0.7.0",
            "lockedVersion": "0.7.0",
            "packageName": "vsx",
            "prettyDepType": "devDependency",
            "registryUrl": "https://registry.npmjs.org",
            "sourceUrl": "https://github.com/ayushmxn/vsx",
            "versioning": "npm",
            "warnings": [],
            "updates": []
          }
        ],
        "extractedConstraints": {
          "node": "20.15.0",
          "npm": "10.8.1"
        },
        "lockFiles": [
          "package-lock.json"
        ],
        "managerData": {
          "hasPackageManager": true,
          "npmLock": "package-lock.json",
          "packageJsonName": "vsx-vite-template",
          "workspacesPackages": [
            "templates/*"
          ],
          "yarnZeroInstall": false
        },
        "packageFile": "templates/vite/package.json",
        "skipInstalls": true
      }
    ]
  }
}

DEBUG: detectSemanticCommits()
DEBUG: semanticCommits: returning "enabled" from cache
DEBUG: processRepo()
DEBUG: Processing 2 branches: renovate/actions-setup-node-2.x, renovate/major-eslint-monorepo
DEBUG: Calculating hourly PRs remaining
DEBUG: currentHourStart=2024-06-27T14:00:00.000+00:00
DEBUG: PR hourly limit remaining: 2
DEBUG: Calculating prConcurrentLimit (10)
DEBUG: getBranchPr(renovate/actions-setup-node-2.x)
DEBUG: findPr(renovate/actions-setup-node-2.x, undefined, open)
DEBUG: findPr(renovate/actions-setup-node-2.x, undefined, closed)
DEBUG: getBranchPr(renovate/major-eslint-monorepo)
DEBUG: findPr(renovate/major-eslint-monorepo, undefined, open)
DEBUG: Found PR #514
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=2024-06-27T14:00:00.000+00:00
DEBUG: PR hourly limit remaining: 2
DEBUG: Calculating branchConcurrentLimit (10)
DEBUG: 1 already existing branches found: renovate/major-eslint-monorepo
DEBUG: Branch concurrent limit remaining: 9
DEBUG: Calculated maximum branches remaining this run: 2
DEBUG: Branches limit = 2
DEBUG: syncBranchState() (branch="renovate/actions-setup-node-2.x")
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (branch="renovate/actions-setup-node-2.x")
DEBUG: getBranchPr(renovate/actions-setup-node-2.x) (branch="renovate/actions-setup-node-2.x")
DEBUG: findPr(renovate/actions-setup-node-2.x, undefined, open) (branch="renovate/actions-setup-node-2.x")
DEBUG: findPr(renovate/actions-setup-node-2.x, undefined, closed) (branch="renovate/actions-setup-node-2.x")
DEBUG: branchExists=false (branch="renovate/actions-setup-node-2.x")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/actions-setup-node-2.x")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/actions-setup-node-2.x")
DEBUG: findPr(renovate/actions-setup-node-2.x, chore(deps): update actions/setup-node action to v2.3.0, !open) (branch="renovate/actions-setup-node-2.x")
DEBUG: prAlreadyExisted=false (branch="renovate/actions-setup-node-2.x")
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2024-06-27T14:11:12.199Z) (branch="renovate/actions-setup-node-2.x")
DEBUG: No schedule defined (branch="renovate/actions-setup-node-2.x")
DEBUG: Branch needs creating (branch="renovate/actions-setup-node-2.x")
DEBUG: Using reuseExistingBranch: false (branch="renovate/actions-setup-node-2.x")
DEBUG: Setting current branch to main (branch="renovate/actions-setup-node-2.x")
DEBUG: Initializing git repository into /tmp/renovate/repos/github/ayushmanchhabra/vsx (branch="renovate/actions-setup-node-2.x")
DEBUG: Performing blobless clone (branch="renovate/actions-setup-node-2.x")
DEBUG: git clone completed (branch="renovate/actions-setup-node-2.x")
{
  "durationMs": 354
}

DEBUG: latest repository commit (branch="renovate/actions-setup-node-2.x")
{
  "latestCommit": {
    "hash": "0f435fa17a3abab37bc902d5e126a83d65abafd1",
    "date": "2024-06-26T02:20:08Z",
    "message": "chore(deps): update dependency @types/node to ^20.14.9 (#553)",
    "refs": "HEAD -> main, origin/main, origin/HEAD",
    "body": "[![Mend\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://**redacted**@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)\n([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))\n| [`^20.14.8` ->\n`^20.14.9`](https://renovatebot.com/diffs/npm/@types%2fnode/20.14.8/20.14.9)\n|\n[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.14.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.14.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.14.8/20.14.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.14.8/20.14.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)\n|\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Mend\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\nrepository job log\n[here](https://developer.mend.io/github/ayushmanchhabra/vsx).\n\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
    "author_name": "renovate[bot]",
    "author_email": "29139614+renovate[bot]@users.noreply.github.com"
  }
}

DEBUG: latest commit (branch="renovate/actions-setup-node-2.x")
{
  "branchName": "main"
  "latestCommitDate": "2024-06-26T02:20:08Z"
}

DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (branch="renovate/actions-setup-node-2.x")
DEBUG: Starting search at index 202 (branch="renovate/actions-setup-node-2.x")
{
  "packageFile": ".github/workflows/ci.yml"
  "depName": "actions/setup-node"
}

DEBUG: Found match at index 202 (branch="renovate/actions-setup-node-2.x")
{
  "packageFile": ".github/workflows/ci.yml"
  "depName": "actions/setup-node"
}

DEBUG: Contents updated (branch="renovate/actions-setup-node-2.x")
{
  "packageFile": ".github/workflows/ci.yml"
  "depName": "actions/setup-node"
}

DEBUG: updateArtifacts for updatedPackageFiles (branch="renovate/actions-setup-node-2.x")
DEBUG: Updated 1 package files (branch="renovate/actions-setup-node-2.x")
DEBUG: Getting updated lock files (branch="renovate/actions-setup-node-2.x")
DEBUG: Writing package.json files (branch="renovate/actions-setup-node-2.x")
{
  "packageFiles": [
    "package.json",
    "templates/esbuild/package.json",
    "templates/vite/package.json"
  ]
}

DEBUG: Writing package-lock.json (branch="renovate/actions-setup-node-2.x")
DEBUG: Writing package-lock.json (branch="renovate/actions-setup-node-2.x")
DEBUG: Writing package-lock.json (branch="renovate/actions-setup-node-2.x")
DEBUG: Writing any updated package files (branch="renovate/actions-setup-node-2.x")
DEBUG: No updated lock files in branch (branch="renovate/actions-setup-node-2.x")
DEBUG: 1 file(s) to commit (branch="renovate/actions-setup-node-2.x")
DEBUG: Preparing files for committing to branch renovate/actions-setup-node-2.x (branch="renovate/actions-setup-node-2.x")
DEBUG: Setting git author name: renovate[bot] (branch="renovate/actions-setup-node-2.x")
DEBUG: Setting git author email: 29139614+renovate[bot]@users.noreply.github.com (branch="renovate/actions-setup-node-2.x")
DEBUG: git commit (branch="renovate/actions-setup-node-2.x")
{
  "deletedFiles": []
  "ignoredFiles": []
  "result": {
    "author": null,
    "branch": "renovate/actions-setup-node-2.x",
    "commit": "b33617e83ecba4a94a3f667b56dcc0be955413ef",
    "root": false,
    "summary": {
      "changes": 1,
      "insertions": 1,
      "deletions": 1
    }
  }
}

DEBUG: HEAD https://api.github.com/repos/ayushmanchhabra/vsx/git/refs/heads/renovate/actions-setup-node-2.x/ = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=104) (branch="renovate/actions-setup-node-2.x")
DEBUG: HEAD https://api.github.com/repos/ayushmanchhabra/vsx/git/refs/heads/renovate/actions-setup-node-2.x = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=88) (branch="renovate/actions-setup-node-2.x")
DEBUG: resetToCommit(0f435fa17a3abab37bc902d5e126a83d65abafd1) (branch="renovate/actions-setup-node-2.x")
DEBUG: Fetching branch renovate/actions-setup-node-2.x (branch="renovate/actions-setup-node-2.x")
DEBUG: Setting current branch to main (branch="renovate/actions-setup-node-2.x")
DEBUG: latest commit (branch="renovate/actions-setup-node-2.x")
{
  "branchName": "main"
  "latestCommitDate": "2024-06-26T02:20:08Z"
}

INFO: Branch created (branch="renovate/actions-setup-node-2.x")
{
  "commitSha": "c65022b0878638fdabd5f3d8e26df163ffed63f6"
}

DEBUG: Ensuring PR (branch="renovate/actions-setup-node-2.x")
DEBUG: There are 0 errors and 0 warnings (branch="renovate/actions-setup-node-2.x")
DEBUG: getBranchPr(renovate/actions-setup-node-2.x) (branch="renovate/actions-setup-node-2.x")
DEBUG: findPr(renovate/actions-setup-node-2.x, undefined, open) (branch="renovate/actions-setup-node-2.x")
DEBUG: findPr(renovate/actions-setup-node-2.x, undefined, closed) (branch="renovate/actions-setup-node-2.x")
DEBUG: getPrCache() (branch="renovate/actions-setup-node-2.x")
DEBUG: Fetching changelog: https://github.com/actions/setup-node (v4.0.2 -> v2.3.0) (branch="renovate/actions-setup-node-2.x")
DEBUG: No releases (branch="renovate/actions-setup-node-2.x")
DEBUG: Creating PR (branch="renovate/actions-setup-node-2.x")
{
  "prTitle": "chore(deps): update actions/setup-node action to v2.3.0"
}

DEBUG: Creating PR (branch="renovate/actions-setup-node-2.x")
{
  "title": "chore(deps): update actions/setup-node action to v2.3.0"
  "head": "ayushmanchhabra:renovate/actions-setup-node-2.x"
  "base": "main"
  "draft": false
}

DEBUG: PR created (branch="renovate/actions-setup-node-2.x")
{
  "pr": 554
  "draft": false
}

DEBUG: Adding labels '' to #554 (branch="renovate/actions-setup-node-2.x")
DEBUG: GitHub-native automerge: fail (branch="renovate/actions-setup-node-2.x")
{
  "prNumber": 554
  "errors": [
    {
      "type": "UNPROCESSABLE",
      "path": [
        "enablePullRequestAutoMerge"
      ],
      "locations": [
        {
          "line": 6,
          "column": 3
        }
      ],
      "message": "Pull request Protected branch rules not configured for this branch"
    }
  ]
}

INFO: PR created (branch="renovate/actions-setup-node-2.x")
{
  "pr": 554
  "prTitle": "chore(deps): update actions/setup-node action to v2.3.0"
}

DEBUG: resolveBranchStatus(branchName=renovate/actions-setup-node-2.x, ignoreTests=false) (branch="renovate/actions-setup-node-2.x")
DEBUG: getBranchStatus(renovate/actions-setup-node-2.x) (branch="renovate/actions-setup-node-2.x")
DEBUG: http cache: saving https://api.github.com/repos/ayushmanchhabra/vsx/commits/renovate/actions-setup-node-2.x/status (etag=W/"de7eab9a4e8ada8e036420762bcfa2c38c507d3124f70f5da0487f5a0341e922", lastModified=undefined) (branch="renovate/actions-setup-node-2.x")
DEBUG: branch status check result (branch="renovate/actions-setup-node-2.x")
{
  "state": "pending"
  "statuses": []
}

DEBUG: Successful checks are all internal renovate/ checks, so returning "pending" branch status (branch="renovate/actions-setup-node-2.x")
DEBUG: No check runs found (branch="renovate/actions-setup-node-2.x")
{
  "result": {
    "total_count": 0,
    "check_runs": []
  }
}

DEBUG: Branch status yellow (branch="renovate/actions-setup-node-2.x")
DEBUG: Skipping assignees and reviewers as automerge=true (branch="renovate/actions-setup-node-2.x")
DEBUG: setPrCache() (branch="renovate/actions-setup-node-2.x")
DEBUG: Created Pull Request #554 (branch="renovate/actions-setup-node-2.x")
DEBUG: PR is configured for automerge (branch="renovate/actions-setup-node-2.x")
DEBUG: setBranchCommit() (branch="renovate/actions-setup-node-2.x")
DEBUG: syncBranchState() (branch="renovate/major-eslint-monorepo")
DEBUG: branch.isUpToDate(): using cached result "true" (branch="renovate/major-eslint-monorepo")
DEBUG: getBranchPr(renovate/major-eslint-monorepo) (branch="renovate/major-eslint-monorepo")
DEBUG: findPr(renovate/major-eslint-monorepo, undefined, open) (branch="renovate/major-eslint-monorepo")
DEBUG: Found PR #514 (branch="renovate/major-eslint-monorepo")
DEBUG: branchExists=true (branch="renovate/major-eslint-monorepo")
DEBUG: dependencyDashboardCheck=undefined (branch="renovate/major-eslint-monorepo")
DEBUG: PR rebase requested=false (branch="renovate/major-eslint-monorepo")
DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/major-eslint-monorepo")
DEBUG: findPr(renovate/major-eslint-monorepo, chore(deps): update dependency eslint to v9, !open) (branch="renovate/major-eslint-monorepo")
DEBUG: prAlreadyExisted=false (branch="renovate/major-eslint-monorepo")
DEBUG: Checking if PR has been edited (branch="renovate/major-eslint-monorepo")
DEBUG: branch.isModified(): using cached result "false" (branch="renovate/major-eslint-monorepo")
DEBUG: Found existing branch PR (branch="renovate/major-eslint-monorepo")
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2024-06-27T14:11:16.984Z) (branch="renovate/major-eslint-monorepo")
DEBUG: No schedule defined (branch="renovate/major-eslint-monorepo")
DEBUG: Branch already exists (branch="renovate/major-eslint-monorepo")
DEBUG: branch.isBehindBase(): using cached result "false" (branch="renovate/major-eslint-monorepo")
DEBUG: Branch is up-to-date (branch="renovate/major-eslint-monorepo")
DEBUG: isBranchConflicted(main, renovate/major-eslint-monorepo) (branch="renovate/major-eslint-monorepo")
DEBUG: branch.isConflicted(): using cached result "false" (branch="renovate/major-eslint-monorepo")
DEBUG: Branch does not need rebasing (branch="renovate/major-eslint-monorepo")
DEBUG: Using reuseExistingBranch: true (branch="renovate/major-eslint-monorepo")
DEBUG: Returning PR from cache (branch="renovate/major-eslint-monorepo")
DEBUG: GitHub-native automerge: fail (branch="renovate/major-eslint-monorepo")
{
  "prNumber": 514
  "errors": [
    {
      "type": "UNPROCESSABLE",
      "path": [
        "enablePullRequestAutoMerge"
      ],
      "locations": [
        {
          "line": 6,
          "column": 3
        }
      ],
      "message": "Pull request Pull request is in unstable status"
    }
  ]
}

DEBUG: PR platform automerge re-attempted...prNo: 514 (branch="renovate/major-eslint-monorepo")
DEBUG: Checking if we can automerge branch (branch="renovate/major-eslint-monorepo")
DEBUG: mergeStatus=no automerge (branch="renovate/major-eslint-monorepo")
DEBUG: Ensuring PR (branch="renovate/major-eslint-monorepo")
DEBUG: There are 0 errors and 0 warnings (branch="renovate/major-eslint-monorepo")
DEBUG: getBranchPr(renovate/major-eslint-monorepo) (branch="renovate/major-eslint-monorepo")
DEBUG: findPr(renovate/major-eslint-monorepo, undefined, open) (branch="renovate/major-eslint-monorepo")
DEBUG: Found PR #514 (branch="renovate/major-eslint-monorepo")
DEBUG: getPrCache() (branch="renovate/major-eslint-monorepo")
DEBUG: Found existing PR (branch="renovate/major-eslint-monorepo")
DEBUG: PR cache matches and no PR changes in last 24hrs, so skipping PR body check (branch="renovate/major-eslint-monorepo")
DEBUG: PR is configured for automerge (branch="renovate/major-eslint-monorepo")
DEBUG: checking auto-merge (branch="renovate/major-eslint-monorepo")
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2024-06-27T14:11:17.284Z) (branch="renovate/major-eslint-monorepo")
DEBUG: No schedule defined (branch="renovate/major-eslint-monorepo")
DEBUG: resolveBranchStatus(branchName=renovate/major-eslint-monorepo, ignoreTests=false) (branch="renovate/major-eslint-monorepo")
DEBUG: getBranchStatus(renovate/major-eslint-monorepo) (branch="renovate/major-eslint-monorepo")
DEBUG: http cache: saving https://api.github.com/repos/ayushmanchhabra/vsx/commits/renovate/major-eslint-monorepo/status (etag=W/"4466a0f398c6d993d2b25621ee9ba9440db2a922796a249a57dc4f90521b5158", lastModified=undefined) (branch="renovate/major-eslint-monorepo")
DEBUG: branch status check result (branch="renovate/major-eslint-monorepo")
{
  "state": "failure"
  "statuses": [
    {
      "url": "https://api.github.com/repos/ayushmanchhabra/vsx/statuses/ea82a64700dc2f3b0c5109fe5fa70b347a97ac93",
      "avatar_url": "https://avatars.githubusercontent.com/in/2740?v=4",
      "id": 29882348345,
      "node_id": "SC_kwDOGzi59s8AAAAG9SBzOQ",
      "state": "failure",
      "description": "Artifact file update failure",
      "target_url": null,
      "context": "renovate/artifacts",
      "created_at": "2024-06-26T02:20:41Z",
      "updated_at": "2024-06-26T02:20:41Z"
    }
  ]
}

DEBUG: check runs result (branch="renovate/major-eslint-monorepo")
{
  "checkRuns": [
    {
      "name": "build",
      "status": "completed",
      "conclusion": "failure"
    }
  ]
}

DEBUG: Branch status red (branch="renovate/major-eslint-monorepo")
DEBUG: PR is not ready for merge (branch status is red) (branch="renovate/major-eslint-monorepo")
DEBUG: getBranchPr(renovate/actions-setup-node-2.x)
DEBUG: findPr(renovate/actions-setup-node-2.x, undefined, open)
DEBUG: Found PR #554
DEBUG: getPrCache()
DEBUG: getBranchPr(renovate/major-eslint-monorepo)
DEBUG: findPr(renovate/major-eslint-monorepo, undefined, open)
DEBUG: Found PR #514
DEBUG: getPrCache()
DEBUG: ensureDependencyDashboard()
DEBUG: Closing Dependency Dashboard
INFO: Cannot ensure issue because issues are disabled in this repository
DEBUG: validateReconfigureBranch()
DEBUG: No reconfigure branch found
DEBUG: Removing any stale branches
DEBUG: config.repoIsOnboarded=true
DEBUG: Branch lists
{
  "branchList": [
    "renovate/actions-setup-node-2.x",
    "renovate/major-eslint-monorepo"
  ]
  "renovateBranches": [
    "renovate/actions-setup-node-2.x",
    "renovate/major-eslint-monorepo"
  ]
}

DEBUG: remainingBranches=
DEBUG: No branches to clean up
INFO: Cannot ensure issue because issues are disabled in this repository
INFO: Cannot ensure issue because issues are disabled in this repository
DEBUG: Cleaning up Renovate refs: refs/renovate/*
DEBUG: PackageFiles.clear() - Package files deleted
DEBUG: Repo is activated
DEBUG: Branch summary
{
  "cacheModified": true
  "baseBranches": [
    {
      "branchName": "main",
      "sha": "0f435fa17a3abab37bc902d5e126a83d65abafd1"
    }
  ]
  "branches": [
    {
      "automerge": true,
      "baseBranch": "main",
      "baseBranchSha": "0f435fa17a3abab37bc902d5e126a83d65abafd1",
      "branchName": "renovate/actions-setup-node-2.x",
      "branchSha": "c65022b0878638fdabd5f3d8e26df163ffed63f6",
      "isModified": false,
      "isPristine": true
    },
    {
      "automerge": true,
      "baseBranch": "main",
      "baseBranchSha": "0f435fa17a3abab37bc902d5e126a83d65abafd1",
      "branchName": "renovate/major-eslint-monorepo",
      "branchSha": "ea82a64700dc2f3b0c5109fe5fa70b347a97ac93",
      "isModified": false,
      "isPristine": true
    }
  ]
  "defaultBranch": "main"
  "inactiveBranches": []
}

DEBUG: branches info extended
{
  "branchesInformation": [
    {
      "branchName": "renovate/actions-setup-node-2.x",
      "prNo": 554,
      "prTitle": "chore(deps): update actions/setup-node action to v2.3.0",
      "result": "pr-created",
      "upgrades": [
        {
          "datasource": "github-tags",
          "depName": "actions/setup-node",
          "displayPending": "",
          "fixedVersion": "v4.0.2",
          "currentVersion": "v4.0.2",
          "currentValue": "v4.0.2",
          "newValue": "v2.3.0",
          "newVersion": "v2.3.0",
          "packageFile": ".github/workflows/ci.yml",
          "updateType": "minor",
          "packageName": "actions/setup-node"
        }
      ]
    },
    {
      "branchName": "renovate/major-eslint-monorepo",
      "prNo": 514,
      "prTitle": "chore(deps): update dependency eslint to v9",
      "result": "done",
      "upgrades": [
        {
          "datasource": "npm",
          "depName": "eslint",
          "displayPending": "",
          "fixedVersion": "8.57.0",
          "currentVersion": "8.57.0",
          "currentValue": "^8.57.0",
          "newValue": "^9.5.0",
          "newVersion": "9.5.0",
          "packageFile": "package.json",
          "updateType": "major",
          "packageName": "eslint"
        }
      ]
    }
  ]
}

DEBUG: Renovate repository PR statistics
{
  "stats": {
    "total": 512,
    "open": 2,
    "closed": 2,
    "merged": 508
  }
}

DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true
DEBUG: Repository timing splits (milliseconds)
{
  "splits": {
    "init": 3211,
    "extract": 85,
    "lookup": 2388,
    "onboarding": 7,
    "update": 5748
  }
  "total": 12289
}

DEBUG: Package cache statistics
{
  "get": {
    "count": 27,
    "avgMs": 260,
    "medianMs": 56,
    "maxMs": 1589,
    "totalMs": 7018
  }
  "set": {
    "count": 1,
    "avgMs": 7,
    "medianMs": 7,
    "maxMs": 7,
    "totalMs": 7
  }
}

DEBUG: HTTP statistics
{
  "urls": {
    "https://api.github.com/graphql": {
      "POST": {
        "200": 3
      }
    },
    "https://api.github.com/repos/ayushmanchhabra/vsx/commits/renovate/actions-setup-node-2.x/check-runs": {
      "GET": {
        "200": 1
      }
    },
    "https://api.github.com/repos/ayushmanchhabra/vsx/commits/renovate/actions-setup-node-2.x/status": {
      "GET": {
        "200": 1
      }
    },
    "https://api.github.com/repos/ayushmanchhabra/vsx/commits/renovate/major-eslint-monorepo/check-runs": {
      "GET": {
        "200": 1
      }
    },
    "https://api.github.com/repos/ayushmanchhabra/vsx/commits/renovate/major-eslint-monorepo/status": {
      "GET": {
        "200": 1
      }
    },
    "https://api.github.com/repos/ayushmanchhabra/vsx/contents/.github/renovate.json": {
      "GET": {
        "304": 1
      }
    },
    "https://api.github.com/repos/ayushmanchhabra/vsx/git/commits": {
      "POST": {
        "201": 1
      }
    },
    "https://api.github.com/repos/ayushmanchhabra/vsx/git/commits/c65022b0878638fdabd5f3d8e26df163ffed63f6": {
      "HEAD": {
        "200": 1
      }
    },
    "https://api.github.com/repos/ayushmanchhabra/vsx/git/refs": {
      "POST": {
        "201": 1
      }
    },
    "https://api.github.com/repos/ayushmanchhabra/vsx/git/refs/heads/renovate/actions-setup-node-2.x": {
      "HEAD": {
        "404": 1
      }
    },
    "https://api.github.com/repos/ayushmanchhabra/vsx/git/refs/heads/renovate/actions-setup-node-2.x/": {
      "HEAD": {
        "404": 1
      }
    },
    "https://api.github.com/repos/ayushmanchhabra/vsx/git/trees": {
      "POST": {
        "201": 1
      }
    },
    "https://api.github.com/repos/ayushmanchhabra/vsx/pulls": {
      "POST": {
        "201": 1
      },
      "GET": {
        "200": 1
      }
    },
    "https://registry.npmjs.org/vsx": {
      "GET": {
        "304": 1
      }
    }
  }
  "hosts": {
    "api.github.com": {
      "count": 16,
      "reqAvgMs": 190,
      "reqMedianMs": 145,
      "reqMaxMs": 767,
      "queueAvgMs": 0,
      "queueMedianMs": 0,
      "queueMaxMs": 0
    },
    "registry.npmjs.org": {
      "count": 1,
      "reqAvgMs": 717,
      "reqMedianMs": 717,
      "reqMaxMs": 717,
      "queueAvgMs": 0,
      "queueMedianMs": 0,
      "queueMaxMs": 0
    }
  }
  "requests": 17
}

DEBUG: HTTP cache statistics
{
  "https://api.github.com": {
    "/repos/ayushmanchhabra/vsx/commits/renovate/actions-setup-node-2.x/status": {
      "hit": 0,
      "miss": 1
    },
    "/repos/ayushmanchhabra/vsx/commits/renovate/major-eslint-monorepo/status": {
      "hit": 0,
      "miss": 1
    },
    "/repos/ayushmanchhabra/vsx/contents/.github/renovate.json": {
      "hit": 2,
      "miss": 0
    },
    "/repos/ayushmanchhabra/vsx/pulls": {
      "hit": 0,
      "miss": 1
    }
  }
  "https://registry.npmjs.org": {
    "/@types%2Fnode": {
      "hit": 0,
      "miss": 0,
      "localHit": 1
    },
    "/@types%2Fuuid": {
      "hit": 0,
      "miss": 0,
      "localHit": 1
    },
    "/@typescript-eslint%2Feslint-plugin": {
      "hit": 0,
      "miss": 0,
      "localHit": 1
    },
    "/@typescript-eslint%2Fparser": {
      "hit": 0,
      "miss": 0,
      "localHit": 1
    },
    "/esbuild": {
      "hit": 0,
      "miss": 0,
      "localHit": 1
    },
    "/eslint": {
      "hit": 0,
      "miss": 0,
      "localHit": 1
    },
    "/jsdom": {
      "hit": 0,
      "miss": 0,
      "localHit": 1
    },
    "/npm": {
      "hit": 0,
      "miss": 0,
      "localHit": 1
    },
    "/tsup": {
      "hit": 0,
      "miss": 0,
      "localHit": 1
    },
    "/typescript": {
      "hit": 0,
      "miss": 0,
      "localHit": 1
    },
    "/uuid": {
      "hit": 0,
      "miss": 0,
      "localHit": 1
    },
    "/vite": {
      "hit": 0,
      "miss": 0,
      "localHit": 1
    },
    "/vitest": {
      "hit": 0,
      "miss": 0,
      "localHit": 1
    },
    "/vsx": {
      "hit": 1,
      "miss": 0,
      "localMiss": 1
    }
  }
}

DEBUG: Lookup statistics
{
  "github-runners": {
    "count": 2,
    "avgMs": 32,
    "medianMs": 34,
    "maxMs": 34,
    "totalMs": 64
  }
  "npm": {
    "count": 17,
    "avgMs": 660,
    "medianMs": 483,
    "maxMs": 2099,
    "totalMs": 11223
  }
  "github-tags": {
    "count": 5,
    "avgMs": 240,
    "medianMs": 243,
    "maxMs": 279,
    "totalMs": 1201
  }
  "node-version": {
    "count": 1,
    "avgMs": 66,
    "medianMs": 66,
    "maxMs": 66,
    "totalMs": 66
  }
}

DEBUG: dns cache
{
  "hosts": []
}

INFO: Repository finished
{
  "cloned": true
  "durationMs": 12289
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment