renovate icon indicating copy to clipboard operation
renovate copied to clipboard

helm datasource now failing with `couldn't get index.yaml file`

Open gitfool opened this issue 2 years ago • 11 comments

How are you running Renovate?

Mend Renovate hosted app on github.com (v32.99.2)

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

No response

Please select which platform you are using if self-hosting.

No response

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

Describe the bug

Given the following...

Renovate regex:

{
    "description": "Match default config.",
    "fileMatch": [ "^Cli/config/_default\\.yaml$" ],
    "matchStrings": [ "# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)(?: packageName=(?<packageName>.+?))?(?: registryUrl=(?<registryUrl>.+?))?(?: depType=(?<depType>.+?))?(?: extractVersion=(?<extractVersion>.+?))?(?: versioning=(?<versioning>.+?))?\\s+.+?: (?<currentValue>.+?)\\s" ],
    "depTypeTemplate": "{{#if depType}}{{depType}}{{else}}config{{/if}}",
    "extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/if}}"
}

Renovate comment:

      # renovate: datasource=helm depName=cert-manager-chart packageName=cert-manager registryUrl=https://charts.jetstack.io
      CertManagerChartVersion: 1.8.1

Renovate is suddenly failing to read the cert-manager helm chart index, even though I can always access it using a browser.

Relevant debug logs

Logs
DEBUG: No dangling containers to remove
INFO: Repository started
{
  "renovateVersion": "32.99.2"
}
DEBUG: Using localDir: /mnt/renovate/gh/gitfool/Pulumi.Dungeon
DEBUG: PackageFiles.clear() - Package files deleted
{
  "baseBranches": []
}
DEBUG: resetMemCache()
DEBUG: initRepo("gitfool/Pulumi.Dungeon")
DEBUG: gitfool/Pulumi.Dungeon default branch = main
DEBUG: Using app token for git init
DEBUG: Repository cache is valid
DEBUG: Resetting npmrc
DEBUG: detectSemanticCommits()
DEBUG: checkOnboarding()
DEBUG: isOnboarded()
DEBUG: Checking cached config file name
DEBUG: Existing config file confirmed
DEBUG: Repository config
{
  "fileName": ".github/renovate.json",
  "config": {
    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
    "extends": [
      "config:base",
      "local>gitfool/.github:renovate-default"
    ],
    "packageRules": [
      {
        "description": "Constrain cluster autoscaler to 1.22.x to match k8s version.",
        "matchManagers": [
          "regex"
        ],
        "matchPackageNames": [
          "cluster-autoscaler"
        ],
        "matchCurrentVersion": "/^1\\.22\\./",
        "allowedVersions": "/^1\\.22\\./"
      },
      {
        "description": "Group pulumi dependencies.",
        "matchSourceUrlPrefixes": [
          "https://github.com/pulumi/"
        ],
        "groupName": "pulumi dependencies",
        "groupSlug": "pulumi"
      }
    ],
    "regexManagers": [
      {
        "description": "Match default config.",
        "fileMatch": [
          "^Cli/config/_default\\.yaml$"
        ],
        "matchStrings": [
          "# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)(?: packageName=(?<packageName>.+?))?(?: registryUrl=(?<registryUrl>.+?))?(?: depType=(?<depType>.+?))?(?: extractVersion=(?<extractVersion>.+?))?(?: versioning=(?<versioning>.+?))?\\s+.+?: (?<currentValue>.+?)\\s"
        ],
        "depTypeTemplate": "{{#if depType}}{{depType}}{{else}}config{{/if}}",
        "extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/if}}"
      },
      {
        "description": "Match pulumi plugins.",
        "fileMatch": [
          "^Cli/DeployCommand\\.cs$"
        ],
        "matchStrings": [
          "// renovate: datasource=(?<datasource>.+?)\\s+RequiredPlugins = new\\[\\]\\s+{[^}]+}",
          "\"(?<depName>.+?) v(?<currentValue>.+?)\""
        ],
        "matchStringsStrategy": "recursive",
        "depNameTemplate": "pulumi-{{depName}}",
        "packageNameTemplate": "pulumi/pulumi-{{depName}}",
        "depTypeTemplate": "plugin",
        "extractVersionTemplate": "^v?(?<version>.+)$"
      }
    ]
  }
}
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",
      "github>renovatebot/spring-remediations",
      "config:base",
      "local>gitfool/.github:renovate-default"
    ],
    "packageRules": [
      {
        "description": [
          "Constrain cluster autoscaler to 1.22.x to match k8s version."
        ],
        "matchManagers": [
          "regex"
        ],
        "matchPackageNames": [
          "cluster-autoscaler"
        ],
        "matchCurrentVersion": "/^1\\.22\\./",
        "allowedVersions": "/^1\\.22\\./"
      },
      {
        "description": [
          "Group pulumi dependencies."
        ],
        "matchSourceUrlPrefixes": [
          "https://github.com/pulumi/"
        ],
        "groupName": "pulumi dependencies",
        "groupSlug": "pulumi"
      }
    ],
    "regexManagers": [
      {
        "description": [
          "Match default config."
        ],
        "fileMatch": [
          "^Cli/config/_default\\.yaml$"
        ],
        "matchStrings": [
          "# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)(?: packageName=(?<packageName>.+?))?(?: registryUrl=(?<registryUrl>.+?))?(?: depType=(?<depType>.+?))?(?: extractVersion=(?<extractVersion>.+?))?(?: versioning=(?<versioning>.+?))?\\s+.+?: (?<currentValue>.+?)\\s"
        ],
        "depTypeTemplate": "{{#if depType}}{{depType}}{{else}}config{{/if}}",
        "extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/if}}"
      },
      {
        "description": [
          "Match pulumi plugins."
        ],
        "fileMatch": [
          "^Cli/DeployCommand\\.cs$"
        ],
        "matchStrings": [
          "// renovate: datasource=(?<datasource>.+?)\\s+RequiredPlugins = new\\[\\]\\s+{[^}]+}",
          "\"(?<depName>.+?) v(?<currentValue>.+?)\""
        ],
        "matchStringsStrategy": "recursive",
        "depNameTemplate": "pulumi-{{depName}}",
        "packageNameTemplate": "pulumi/pulumi-{{depName}}",
        "depTypeTemplate": "plugin",
        "extractVersionTemplate": "^v?(?<version>.+)$"
      }
    ]
  }
}
DEBUG: migrated config
{
  "config": {
    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
    "extends": [
      "github>whitesource/merge-confidence:beta",
      "github>renovatebot/spring-remediations",
      "config:base",
      "local>gitfool/.github:renovate-default"
    ],
    "packageRules": [
      {
        "description": [
          "Constrain cluster autoscaler to 1.22.x to match k8s version."
        ],
        "matchManagers": [
          "regex"
        ],
        "matchPackageNames": [
          "cluster-autoscaler"
        ],
        "matchCurrentVersion": "/^1\\.22\\./",
        "allowedVersions": "/^1\\.22\\./"
      },
      {
        "description": [
          "Group pulumi dependencies."
        ],
        "matchSourceUrlPrefixes": [
          "https://github.com/pulumi/"
        ],
        "groupName": "pulumi dependencies",
        "groupSlug": "pulumi"
      }
    ],
    "regexManagers": [
      {
        "description": [
          "Match default config."
        ],
        "fileMatch": [
          "^Cli/config/_default\\.yaml$"
        ],
        "matchStrings": [
          "# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)(?: packageName=(?<packageName>.+?))?(?: registryUrl=(?<registryUrl>.+?))?(?: depType=(?<depType>.+?))?(?: extractVersion=(?<extractVersion>.+?))?(?: versioning=(?<versioning>.+?))?\\s+.+?: (?<currentValue>.+?)\\s"
        ],
        "depTypeTemplate": "{{#if depType}}{{depType}}{{else}}config{{/if}}",
        "extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/if}}"
      },
      {
        "description": [
          "Match pulumi plugins."
        ],
        "fileMatch": [
          "^Cli/DeployCommand\\.cs$"
        ],
        "matchStrings": [
          "// renovate: datasource=(?<datasource>.+?)\\s+RequiredPlugins = new\\[\\]\\s+{[^}]+}",
          "\"(?<depName>.+?) v(?<currentValue>.+?)\""
        ],
        "matchStringsStrategy": "recursive",
        "depNameTemplate": "pulumi-{{depName}}",
        "packageNameTemplate": "pulumi/pulumi-{{depName}}",
        "depTypeTemplate": "plugin",
        "extractVersionTemplate": "^v?(?<version>.+)$"
      }
    ]
  }
}
DEBUG: Setting hostRules from config
DEBUG: Found repo ignorePaths
{
  "ignorePaths": [
    "**/node_modules/**",
    "**/bower_components/**",
    "**/vendor/**",
    "**/examples/**",
    "**/__tests__/**",
    "**/test/**",
    "**/tests/**",
    "**/__fixtures__/**"
  ]
}
DEBUG: No vulnerability alerts found
DEBUG: No vulnerability alerts found
DEBUG: No baseBranches
DEBUG: extract()
DEBUG: Found cached extract
{
  "baseBranch": "main",
  "baseBranchSha": "91e16817feaf8f7777bd2ba9d0a4b695bcf0ad6c"
}
DEBUG: Deleted cached dep updates
INFO: Dependency extraction complete
{
  "baseBranch": "main",
  "stats": {
    "managers": {
      "cake": {
        "fileCount": 1,
        "depCount": 1
      },
      "dockerfile": {
        "fileCount": 1,
        "depCount": 1
      },
      "github-actions": {
        "fileCount": 1,
        "depCount": 5
      },
      "nuget": {
        "fileCount": 7,
        "depCount": 34
      },
      "regex": {
        "fileCount": 3,
        "depCount": 15
      }
    },
    "total": {
      "fileCount": 13,
      "depCount": 56
    }
  }
}
DEBUG: Couldn't get index.yaml file from https://aws.github.io/eks-charts
DEBUG: Couldn't get index.yaml file from https://charts.jetstack.io
DEBUG: Failed to look up dependency aws-load-balancer-controller-chart (aws-load-balancer-controller-chart)(packageFile="Cli/config/_default.yaml", dependency="aws-load-balancer-controller-chart")
DEBUG: Failed to look up dependency cert-manager-chart (cert-manager-chart)(packageFile="Cli/config/_default.yaml", dependency="cert-manager-chart")
DEBUG: No registry auth required
{
  "apiCheckUrl": "https://mcr.microsoft.com/v2/dotnet/runtime-deps/tags/list?n=10000"
}
DEBUG: getLabels(https://mcr.microsoft.com, dotnet/runtime-deps, latest)
DEBUG: getManifestResponse(https://mcr.microsoft.com, dotnet/runtime-deps, latest)
DEBUG: No registry auth required
{
  "apiCheckUrl": "https://mcr.microsoft.com/v2/"
}
DEBUG: getManifestResponse(https://mcr.microsoft.com, dotnet/runtime-deps, sha256:58d0b4ae9c2e16c36f201afe857efa60ef34e089b42891bd1383cd814d2ac107)
DEBUG: No registry auth required
{
  "apiCheckUrl": "https://mcr.microsoft.com/v2/"
}
DEBUG: No registry auth required
{
  "apiCheckUrl": "https://mcr.microsoft.com/v2/"
}
DEBUG: PackageFiles.add() - Package file saved for branch
{
  "baseBranch": "main"
}
DEBUG: Package releases lookups complete
{
  "baseBranch": "main"
}
DEBUG: branchifyUpgrades
DEBUG: Using group branchName template
DEBUG: Dependency Pulumi.Aws is part of group pulumi dependencies
DEBUG: Using group branchName template
DEBUG: Dependency Pulumi is part of group pulumi dependencies
DEBUG: Using group branchName template
DEBUG: Dependency Pulumi.Automation is part of group pulumi dependencies
DEBUG: Using group branchName template
DEBUG: Dependency Pulumi.Kubernetes is part of group pulumi dependencies
DEBUG: Using group branchName template
DEBUG: Dependency Pulumi.Aws is part of group pulumi dependencies
DEBUG: Using group branchName template
DEBUG: Dependency Pulumi is part of group pulumi dependencies
DEBUG: Using group branchName template
DEBUG: Dependency Pulumi.Kubernetes is part of group pulumi dependencies
DEBUG: Using group branchName template
DEBUG: Dependency Pulumi.Aws is part of group pulumi dependencies
DEBUG: Using group branchName template
DEBUG: Dependency Pulumi is part of group pulumi dependencies
DEBUG: Using group branchName template
DEBUG: Dependency FluentValidation is part of group dependencies
DEBUG: Using group branchName template
DEBUG: Dependency pulumi is part of group pulumi dependencies
DEBUG: Using group branchName template
DEBUG: Dependency cluster-autoscaler-chart is part of group dependencies
DEBUG: Using group branchName template
DEBUG: Dependency cluster-autoscaler is part of group dependencies
DEBUG: Using group branchName template
DEBUG: Dependency pulumi-aws is part of group pulumi dependencies
DEBUG: Using group branchName template
DEBUG: Dependency pulumi-kubernetes is part of group pulumi dependencies
DEBUG: 15 flattened updates found: Pulumi.Aws, Pulumi, Pulumi.Automation, Pulumi.Kubernetes, Pulumi.Aws, Pulumi, Pulumi.Kubernetes, Pulumi.Aws, Pulumi, FluentValidation, pulumi, cluster-autoscaler-chart, cluster-autoscaler, pulumi-aws, pulumi-kubernetes
DEBUG: Returning 2 branch(es)
DEBUG: Fetching changelog: https://github.com/pulumi/pulumi-kubernetes (3.19.3 -> 3.19.4)
DEBUG: Fetching changelog: https://github.com/pulumi/pulumi-aws (5.8.0 -> 5.9.1)
DEBUG: Fetching changelog: https://github.com/pulumi/pulumi (3.34.1 -> 3.35.1)
DEBUG: Fetching changelog: https://github.com/pulumi/pulumi (3.34.1 -> 3.35.1)
DEBUG: Fetching changelog: https://github.com/pulumi/pulumi-aws (5.8.0 -> 5.9.1)
DEBUG: Fetching changelog: https://github.com/pulumi/pulumi-kubernetes (3.19.3 -> 3.19.4)
DEBUG: Fetching changelog: https://github.com/pulumi/pulumi (3.34.1 -> 3.35.1)
DEBUG: Fetching changelog: https://github.com/pulumi/pulumi-aws (5.8.0 -> 5.9.1)
DEBUG: Fetching changelog: https://github.com/pulumi/pulumi-kubernetes (3.19.3 -> 3.19.4)
DEBUG: Fetching changelog: https://github.com/pulumi/pulumi (3.34.1 -> 3.35.1)
DEBUG: Fetching changelog: https://github.com/pulumi/pulumi (3.34.1 -> 3.35.1)
DEBUG: Fetching changelog: https://github.com/pulumi/pulumi-aws (5.8.0 -> 5.9.1)
DEBUG: Fetching changelog: https://github.com/kubernetes/autoscaler (1.22.2 -> 1.22.3)
DEBUG: Fetching changelog: https://github.com/kubernetes/autoscaler (9.19.1 -> 9.19.2)
DEBUG: Fetching changelog: https://github.com/JeremySkinner/fluentvalidation (11.0.3 -> 11.1.0)
DEBUG: config.repoIsOnboarded=true
DEBUG: packageFiles with updates
{
  "config": {
    "cake": [
      {
        "packageFile": "build.cake",
        "deps": [
          {
            "datasource": "nuget",
            "depName": "Cake.Dungeon",
            "depIndex": 0,
            "warnings": [],
            "versioning": "nuget",
            "skipReason": "invalid-value",
            "updates": []
          }
        ]
      }
    ],
    "dockerfile": [
      {
        "packageFile": "Cli/Dockerfile",
        "deps": [
          {
            "depName": "mcr.microsoft.com/dotnet/runtime-deps",
            "currentValue": "6.0.6-focal",
            "replaceString": "mcr.microsoft.com/dotnet/runtime-deps:6.0.6-focal",
            "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
            "datasource": "docker",
            "depType": "final",
            "depIndex": 0,
            "warnings": [],
            "versioning": "docker",
            "sourceUrl": "https://github.com/dotnet/runtime",
            "currentVersion": "6.0.6",
            "fixedVersion": "6.0.6-focal",
            "updates": []
          }
        ]
      }
    ],
    "github-actions": [
      {
        "packageFile": ".github/workflows/ci.yaml",
        "deps": [
          {
            "depName": "actions/checkout",
            "commitMessageTopic": "{{{depName}}} action",
            "datasource": "github-tags",
            "versioning": "docker",
            "depType": "action",
            "replaceString": "actions/[email protected]",
            "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # tag={{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
            "currentValue": "v3.0.2",
            "depIndex": 0,
            "warnings": [],
            "sourceUrl": "https://github.com/actions/checkout",
            "currentVersion": "v3.0.2",
            "fixedVersion": "v3.0.2",
            "updates": []
          },
          {
            "depName": "actions/cache",
            "commitMessageTopic": "{{{depName}}} action",
            "datasource": "github-tags",
            "versioning": "docker",
            "depType": "action",
            "replaceString": "actions/[email protected]",
            "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # tag={{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
            "currentValue": "v3.0.4",
            "depIndex": 1,
            "warnings": [],
            "sourceUrl": "https://github.com/actions/cache",
            "currentVersion": "v3.0.4",
            "fixedVersion": "v3.0.4",
            "updates": []
          },
          {
            "depName": "docker/login-action",
            "commitMessageTopic": "{{{depName}}} action",
            "datasource": "github-tags",
            "versioning": "docker",
            "depType": "action",
            "replaceString": "docker/[email protected]",
            "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # tag={{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
            "currentValue": "v2.0.0",
            "depIndex": 2,
            "warnings": [],
            "sourceUrl": "https://github.com/docker/login-action",
            "currentVersion": "v2.0.0",
            "fixedVersion": "v2.0.0",
            "updates": []
          },
          {
            "depName": "docker/setup-buildx-action",
            "commitMessageTopic": "{{{depName}}} action",
            "datasource": "github-tags",
            "versioning": "docker",
            "depType": "action",
            "replaceString": "docker/[email protected]",
            "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # tag={{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
            "currentValue": "v2.0.0",
            "depIndex": 3,
            "warnings": [],
            "sourceUrl": "https://github.com/docker/setup-buildx-action",
            "currentVersion": "v2.0.0",
            "fixedVersion": "v2.0.0",
            "updates": []
          },
          {
            "depName": "crazy-max/ghaction-github-runtime",
            "commitMessageTopic": "{{{depName}}} action",
            "datasource": "github-tags",
            "versioning": "docker",
            "depType": "action",
            "replaceString": "crazy-max/[email protected]",
            "autoReplaceStringTemplate": "{{depName}}@{{#if newDigest}}{{newDigest}}{{#if newValue}} # tag={{newValue}}{{/if}}{{/if}}{{#unless newDigest}}{{newValue}}{{/unless}}",
            "currentValue": "v2.0.0",
            "depIndex": 4,
            "warnings": [],
            "sourceUrl": "https://github.com/crazy-max/ghaction-github-runtime",
            "currentVersion": "v2.0.0",
            "fixedVersion": "v2.0.0",
            "updates": []
          }
        ]
      }
    ],
    "nuget": [
      {
        "packageFile": ".config/dotnet-tools.json",
        "deps": [
          {
            "depType": "nuget",
            "depName": "cake.tool",
            "currentValue": "2.2.0",
            "datasource": "nuget",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 0,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/cake-build/cake",
            "homepage": "https://cakebuild.net/",
            "currentVersion": "2.2.0",
            "fixedVersion": "2.2.0",
            "updates": []
          }
        ]
      },
      {
        "packageFile": "Aws/Aws.csproj",
        "deps": [
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Pulumi.Tls",
            "currentValue": "4.6.0",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 0,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/pulumi/pulumi-tls",
            "homepage": "https://pulumi.io/",
            "currentVersion": "4.6.0",
            "fixedVersion": "4.6.0",
            "updates": []
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Pulumi.Aws",
            "currentValue": "5.8.0",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 1,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/pulumi/pulumi-aws",
            "homepage": "https://pulumi.io/",
            "currentVersion": "5.8.0",
            "isSingleVersion": true,
            "fixedVersion": "5.8.0",
            "updates": [
              {
                "bucket": "non-major",
                "newVersion": "5.9.1",
                "newValue": "5.9.1",
                "releaseTimestamp": "2022-06-22T00:39:49.747Z",
                "newMajor": 5,
                "newMinor": 9,
                "updateType": "minor",
                "branchName": "renovate/pulumi"
              }
            ]
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Pulumi",
            "currentValue": "3.34.1",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 2,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/pulumi/pulumi",
            "homepage": "https://www.pulumi.com/",
            "currentVersion": "3.34.1",
            "isSingleVersion": true,
            "fixedVersion": "3.34.1",
            "updates": [
              {
                "bucket": "non-major",
                "newVersion": "3.35.1",
                "newValue": "3.35.1",
                "releaseTimestamp": "2022-06-24T19:43:28.750Z",
                "newMajor": 3,
                "newMinor": 35,
                "updateType": "minor",
                "branchName": "renovate/pulumi"
              }
            ]
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Microsoft.Extensions.Options",
            "currentValue": "6.0.0",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 3,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/dotnet/runtime",
            "homepage": "https://dot.net/",
            "currentVersion": "6.0.0",
            "fixedVersion": "6.0.0",
            "updates": []
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "IPNetwork2",
            "currentValue": "2.5.422",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 4,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/lduchosal/ipnetwork",
            "currentVersion": "2.5.422",
            "fixedVersion": "2.5.422",
            "updates": []
          }
        ],
        "lockFiles": [
          "Aws/packages.lock.json"
        ]
      },
      {
        "packageFile": "Cli/Cli.csproj",
        "deps": [
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Spectre.Console",
            "currentValue": "0.44.0",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 0,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/spectreconsole/spectre.console",
            "currentVersion": "0.44.0",
            "fixedVersion": "0.44.0",
            "updates": []
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Serilog.Sinks.Seq",
            "currentValue": "5.1.1",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 1,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/serilog/serilog-sinks-seq",
            "currentVersion": "5.1.1",
            "fixedVersion": "5.1.1",
            "updates": []
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Serilog.Settings.Configuration",
            "currentValue": "3.3.0",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 2,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/serilog/serilog-settings-configuration",
            "currentVersion": "3.3.0",
            "fixedVersion": "3.3.0",
            "updates": []
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Serilog.Extensions.Hosting",
            "currentValue": "4.2.0",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 3,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/serilog/serilog-extensions-hosting",
            "currentVersion": "4.2.0",
            "fixedVersion": "4.2.0",
            "updates": []
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Serilog.Enrichers.Thread",
            "currentValue": "3.1.0",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 4,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "http://serilog.net/",
            "homepage": "http://serilog.net/",
            "currentVersion": "3.1.0",
            "fixedVersion": "3.1.0",
            "updates": []
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Serilog",
            "currentValue": "2.11.0",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 5,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/serilog/serilog",
            "homepage": "https://serilog.net/",
            "currentVersion": "2.11.0",
            "fixedVersion": "2.11.0",
            "updates": []
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Pulumi.Automation",
            "currentValue": "3.34.1",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 6,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/pulumi/pulumi",
            "homepage": "https://www.pulumi.com/",
            "currentVersion": "3.34.1",
            "isSingleVersion": true,
            "fixedVersion": "3.34.1",
            "updates": [
              {
                "bucket": "non-major",
                "newVersion": "3.35.1",
                "newValue": "3.35.1",
                "releaseTimestamp": "2022-06-24T19:43:30.080Z",
                "newMajor": 3,
                "newMinor": 35,
                "updateType": "minor",
                "branchName": "renovate/pulumi"
              }
            ]
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "NetEscapades.Configuration.Yaml",
            "currentValue": "2.2.0",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 7,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/andrewlock/NetEscapades.Configuration",
            "currentVersion": "2.2.0",
            "fixedVersion": "2.2.0",
            "updates": []
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Microsoft.Extensions.Options",
            "currentValue": "6.0.0",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 8,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/dotnet/runtime",
            "homepage": "https://dot.net/",
            "currentVersion": "6.0.0",
            "fixedVersion": "6.0.0",
            "updates": []
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Microsoft.Extensions.Hosting",
            "currentValue": "6.0.1",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 9,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/dotnet/runtime",
            "homepage": "https://dot.net/",
            "currentVersion": "6.0.1",
            "fixedVersion": "6.0.1",
            "updates": []
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "JsonPath.Net",
            "currentValue": "0.2.1",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 10,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/gregsdennis/json-everything",
            "currentVersion": "0.2.1",
            "fixedVersion": "0.2.1",
            "updates": []
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Json.More.Net",
            "currentValue": "1.6.0",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 11,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/gregsdennis/json-everything",
            "currentVersion": "1.6.0",
            "fixedVersion": "1.6.0",
            "updates": []
          }
        ],
        "lockFiles": [
          "Cli/packages.lock.json"
        ]
      },
      {
        "packageFile": "Directory.Build.props",
        "deps": [
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Microsoft.SourceLink.GitHub",
            "currentValue": "1.1.1",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 0,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/dotnet/sourcelink",
            "currentVersion": "1.1.1",
            "fixedVersion": "1.1.1",
            "updates": []
          }
        ]
      },
      {
        "packageFile": "Directory.Build.targets",
        "deps": []
      },
      {
        "packageFile": "K8s/K8s.csproj",
        "deps": [
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Pulumi.Random",
            "currentValue": "4.8.0",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 0,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/pulumi/pulumi-random",
            "homepage": "https://pulumi.io/",
            "currentVersion": "4.8.0",
            "fixedVersion": "4.8.0",
            "updates": []
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Pulumi.Kubernetes",
            "currentValue": "3.19.3",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 1,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/pulumi/pulumi-kubernetes",
            "homepage": "https://pulumi.com/",
            "currentVersion": "3.19.3",
            "isSingleVersion": true,
            "fixedVersion": "3.19.3",
            "updates": [
              {
                "bucket": "non-major",
                "newVersion": "3.19.4",
                "newValue": "3.19.4",
                "releaseTimestamp": "2022-06-21T16:26:31.420Z",
                "newMajor": 3,
                "newMinor": 19,
                "updateType": "patch",
                "branchName": "renovate/pulumi"
              }
            ]
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Pulumi.Aws",
            "currentValue": "5.8.0",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 2,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/pulumi/pulumi-aws",
            "homepage": "https://pulumi.io/",
            "currentVersion": "5.8.0",
            "isSingleVersion": true,
            "fixedVersion": "5.8.0",
            "updates": [
              {
                "bucket": "non-major",
                "newVersion": "5.9.1",
                "newValue": "5.9.1",
                "releaseTimestamp": "2022-06-22T00:39:49.747Z",
                "newMajor": 5,
                "newMinor": 9,
                "updateType": "minor",
                "branchName": "renovate/pulumi"
              }
            ]
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Pulumi",
            "currentValue": "3.34.1",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 3,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/pulumi/pulumi",
            "homepage": "https://www.pulumi.com/",
            "currentVersion": "3.34.1",
            "isSingleVersion": true,
            "fixedVersion": "3.34.1",
            "updates": [
              {
                "bucket": "non-major",
                "newVersion": "3.35.1",
                "newValue": "3.35.1",
                "releaseTimestamp": "2022-06-24T19:43:28.750Z",
                "newMajor": 3,
                "newMinor": 35,
                "updateType": "minor",
                "branchName": "renovate/pulumi"
              }
            ]
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Polly",
            "currentValue": "7.2.3",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 4,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/App-vNext/Polly",
            "currentVersion": "7.2.3",
            "fixedVersion": "7.2.3",
            "updates": []
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Microsoft.Extensions.Options",
            "currentValue": "6.0.0",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 5,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/dotnet/runtime",
            "homepage": "https://dot.net/",
            "currentVersion": "6.0.0",
            "fixedVersion": "6.0.0",
            "updates": []
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Flurl.Http",
            "currentValue": "3.2.4",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 6,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/tmenier/Flurl",
            "homepage": "https://flurl.dev/",
            "currentVersion": "3.2.4",
            "fixedVersion": "3.2.4",
            "updates": []
          }
        ],
        "lockFiles": [
          "K8s/packages.lock.json"
        ]
      },
      {
        "packageFile": "Library/Library.csproj",
        "deps": [
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "YamlDotNet",
            "currentValue": "11.2.1",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 0,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/aaubry/YamlDotNet",
            "currentVersion": "11.2.1",
            "fixedVersion": "11.2.1",
            "updates": []
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Scriban",
            "currentValue": "5.4.6",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 1,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/scriban/scriban",
            "currentVersion": "5.4.6",
            "fixedVersion": "5.4.6",
            "updates": []
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Pulumi.Kubernetes",
            "currentValue": "3.19.3",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 2,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/pulumi/pulumi-kubernetes",
            "homepage": "https://pulumi.com/",
            "currentVersion": "3.19.3",
            "isSingleVersion": true,
            "fixedVersion": "3.19.3",
            "updates": [
              {
                "bucket": "non-major",
                "newVersion": "3.19.4",
                "newValue": "3.19.4",
                "releaseTimestamp": "2022-06-21T16:26:31.420Z",
                "newMajor": 3,
                "newMinor": 19,
                "updateType": "patch",
                "branchName": "renovate/pulumi"
              }
            ]
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Pulumi.Aws",
            "currentValue": "5.8.0",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 3,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/pulumi/pulumi-aws",
            "homepage": "https://pulumi.io/",
            "currentVersion": "5.8.0",
            "isSingleVersion": true,
            "fixedVersion": "5.8.0",
            "updates": [
              {
                "bucket": "non-major",
                "newVersion": "5.9.1",
                "newValue": "5.9.1",
                "releaseTimestamp": "2022-06-22T00:39:49.747Z",
                "newMajor": 5,
                "newMinor": 9,
                "updateType": "minor",
                "branchName": "renovate/pulumi"
              }
            ]
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Pulumi",
            "currentValue": "3.34.1",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 4,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/pulumi/pulumi",
            "homepage": "https://www.pulumi.com/",
            "currentVersion": "3.34.1",
            "isSingleVersion": true,
            "fixedVersion": "3.34.1",
            "updates": [
              {
                "bucket": "non-major",
                "newVersion": "3.35.1",
                "newValue": "3.35.1",
                "releaseTimestamp": "2022-06-24T19:43:28.750Z",
                "newMajor": 3,
                "newMinor": 35,
                "updateType": "minor",
                "branchName": "renovate/pulumi"
              }
            ]
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Microsoft.Extensions.Options",
            "currentValue": "6.0.0",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 5,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/dotnet/runtime",
            "homepage": "https://dot.net/",
            "currentVersion": "6.0.0",
            "fixedVersion": "6.0.0",
            "updates": []
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "Microsoft.Extensions.Logging.Abstractions",
            "currentValue": "6.0.1",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 6,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/dotnet/runtime",
            "homepage": "https://dot.net/",
            "currentVersion": "6.0.1",
            "fixedVersion": "6.0.1",
            "updates": []
          },
          {
            "datasource": "nuget",
            "depType": "nuget",
            "depName": "FluentValidation",
            "currentValue": "11.0.3",
            "registryUrls": [
              "https://api.nuget.org/v3/index.json"
            ],
            "depIndex": 7,
            "warnings": [],
            "versioning": "nuget",
            "sourceUrl": "https://github.com/JeremySkinner/fluentvalidation",
            "homepage": "https://fluentvalidation.net/",
            "currentVersion": "11.0.3",
            "isSingleVersion": true,
            "fixedVersion": "11.0.3",
            "updates": [
              {
                "bucket": "non-major",
                "newVersion": "11.1.0",
                "newValue": "11.1.0",
                "releaseTimestamp": "2022-06-22T15:20:55.407Z",
                "newMajor": 11,
                "newMinor": 1,
                "updateType": "minor",
                "branchName": "renovate/minor"
              }
            ]
          }
        ],
        "lockFiles": [
          "Library/packages.lock.json"
        ]
      }
    ],
    "regex": [
      {
        "packageFile": "Cli/Dockerfile",
        "deps": [
          {
            "depName": "kubectl",
            "packageName": "kubernetes/kubectl",
            "currentValue": "1.24.2",
            "datasource": "github-tags",
            "extractVersion": "^kubernetes-(?<version>.+)$",
            "depType": "run",
            "replaceString": "# renovate: datasource=github-tags depName=kubectl packageName=kubernetes/kubectl extractVersion=^kubernetes-(?<version>.+)$\nRUN version=1.24.2 ",
            "depIndex": 0,
            "warnings": [],
            "versioning": "semver",
            "sourceUrl": "https://github.com/kubernetes/kubectl",
            "currentVersion": "1.24.2",
            "fixedVersion": "1.24.2",
            "updates": []
          },
          {
            "depName": "aws-iam-authenticator",
            "packageName": "kubernetes-sigs/aws-iam-authenticator",
            "currentValue": "0.5.7",
            "datasource": "github-releases",
            "extractVersion": "^v?(?<version>.+)$",
            "depType": "run",
            "replaceString": "# renovate: datasource=github-releases depName=aws-iam-authenticator packageName=kubernetes-sigs/aws-iam-authenticator\nRUN version=0.5.7 ",
            "depIndex": 1,
            "warnings": [],
            "versioning": "semver",
            "sourceUrl": "https://github.com/kubernetes-sigs/aws-iam-authenticator",
            "currentVersion": "0.5.7",
            "fixedVersion": "0.5.7",
            "updates": []
          },
          {
            "depName": "helm",
            "packageName": "helm/helm",
            "currentValue": "3.9.0",
            "datasource": "github-releases",
            "extractVersion": "^v?(?<version>.+)$",
            "depType": "run",
            "replaceString": "# renovate: datasource=github-releases depName=helm packageName=helm/helm\nRUN version=3.9.0 ",
            "depIndex": 2,
            "warnings": [],
            "versioning": "semver",
            "sourceUrl": "https://github.com/helm/helm",
            "currentVersion": "3.9.0",
            "fixedVersion": "3.9.0",
            "updates": []
          },
          {
            "depName": "pulumi",
            "packageName": "pulumi/pulumi",
            "currentValue": "3.34.1",
            "datasource": "github-releases",
            "extractVersion": "^v?(?<version>.+)$",
            "depType": "run",
            "replaceString": "# renovate: datasource=github-releases depName=pulumi packageName=pulumi/pulumi\nRUN version=3.34.1 ",
            "depIndex": 3,
            "warnings": [],
            "versioning": "semver",
            "sourceUrl": "https://github.com/pulumi/pulumi",
            "currentVersion": "3.34.1",
            "isSingleVersion": true,
            "fixedVersion": "3.34.1",
            "updates": [
              {
                "bucket": "non-major",
                "newVersion": "3.35.1",
                "newValue": "3.35.1",
                "releaseTimestamp": "2022-06-24T20:56:48.000Z",
                "newMajor": 3,
                "newMinor": 35,
                "updateType": "minor",
                "branchName": "renovate/pulumi"
              }
            ]
          }
        ],
        "matchStrings": [
          "# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)(?: packageName=(?<packageName>.+?))?(?: depType=(?<depType>.+?))?(?: extractVersion=(?<extractVersion>.+?))?(?: versioning=(?<versioning>.+?))?\\s.+? version=(?<currentValue>.+?)\\s"
        ],
        "extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/if}}",
        "depTypeTemplate": "{{#if depType}}{{depType}}{{else}}run{{/if}}"
      },
      {
        "packageFile": "Cli/config/_default.yaml",
        "deps": [
          {
            "depName": "aws-load-balancer-controller-chart",
            "packageName": "aws-load-balancer-controller",
            "currentValue": "1.4.2",
            "datasource": "helm",
            "extractVersion": "^v?(?<version>.+)$",
            "registryUrls": [
              "https://aws.github.io/eks-charts"
            ],
            "depType": "config",
            "replaceString": "# renovate: datasource=helm depName=aws-load-balancer-controller-chart packageName=aws-load-balancer-controller registryUrl=https://aws.github.io/eks-charts\n      AwsLbcChartVersion: 1.4.2\n",
            "depIndex": 0,
            "warnings": [
              {
                "topic": "aws-load-balancer-controller-chart",
                "message": "Failed to look up dependency aws-load-balancer-controller-chart"
              }
            ],
            "versioning": "helm",
            "updates": []
          },
          {
            "depName": "cert-manager-chart",
            "packageName": "cert-manager",
            "currentValue": "1.8.1",
            "datasource": "helm",
            "extractVersion": "^v?(?<version>.+)$",
            "registryUrls": [
              "https://charts.jetstack.io/"
            ],
            "depType": "config",
            "replaceString": "# renovate: datasource=helm depName=cert-manager-chart packageName=cert-manager registryUrl=https://charts.jetstack.io\n      CertManagerChartVersion: 1.8.1\n",
            "depIndex": 1,
            "warnings": [
              {
                "topic": "cert-manager-chart",
                "message": "Failed to look up dependency cert-manager-chart"
              }
            ],
            "versioning": "helm",
            "updates": []
          },
          {
            "depName": "cluster-autoscaler-chart",
            "packageName": "cluster-autoscaler",
            "currentValue": "9.19.1",
            "datasource": "helm",
            "extractVersion": "^v?(?<version>.+)$",
            "registryUrls": [
              "https://kubernetes.github.io/autoscaler"
            ],
            "depType": "config",
            "replaceString": "# renovate: datasource=helm depName=cluster-autoscaler-chart packageName=cluster-autoscaler registryUrl=https://kubernetes.github.io/autoscaler\n      ClusterAutoscalerChartVersion: 9.19.1\n",
            "depIndex": 2,
            "warnings": [],
            "versioning": "helm",
            "sourceUrl": "https://github.com/kubernetes/autoscaler",
            "currentVersion": "9.19.1",
            "isSingleVersion": true,
            "fixedVersion": "9.19.1",
            "updates": [
              {
                "bucket": "non-major",
                "newVersion": "9.19.2",
                "newValue": "9.19.2",
                "releaseTimestamp": "2022-06-24T09:35:30.704Z",
                "newMajor": 9,
                "newMinor": 19,
                "updateType": "patch",
                "branchName": "renovate/minor"
              }
            ]
          },
          {
            "depName": "cluster-autoscaler",
            "packageName": "kubernetes/autoscaler",
            "currentValue": "1.22.2",
            "datasource": "github-releases",
            "extractVersion": "^cluster-autoscaler-(?<version>\\d+\\.\\d+\\.\\d+)$",
            "depType": "config",
            "replaceString": "# renovate: datasource=github-releases depName=cluster-autoscaler packageName=kubernetes/autoscaler extractVersion=^cluster-autoscaler-(?<version>\\d+\\.\\d+\\.\\d+)$\n      ClusterAutoscalerImageTag: 1.22.2\n",
            "depIndex": 3,
            "warnings": [],
            "versioning": "semver",
            "sourceUrl": "https://github.com/kubernetes/autoscaler",
            "currentVersion": "1.22.2",
            "isSingleVersion": true,
            "fixedVersion": "1.22.2",
            "updates": [
              {
                "bucket": "non-major",
                "newVersion": "1.22.3",
                "newValue": "1.22.3",
                "releaseTimestamp": "2022-06-21T20:31:49.000Z",
                "newMajor": 1,
                "newMinor": 22,
                "updateType": "patch",
                "branchName": "renovate/minor"
              }
            ]
          },
          {
            "depName": "external-dns-chart",
            "packageName": "external-dns",
            "currentValue": "6.5.6",
            "datasource": "helm",
            "extractVersion": "^v?(?<version>.+)$",
            "registryUrls": [
              "https://charts.bitnami.com/bitnami"
            ],
            "depType": "config",
            "replaceString": "# renovate: datasource=helm depName=external-dns-chart packageName=external-dns registryUrl=https://charts.bitnami.com/bitnami\n      ExternalDnsChartVersion: 6.5.6\n",
            "depIndex": 4,
            "warnings": [],
            "versioning": "helm",
            "sourceUrl": "https://github.com/bitnami/charts",
            "sourceDirectory": "bitnami/external-dns",
            "currentVersion": "6.5.6",
            "fixedVersion": "6.5.6",
            "updates": []
          },
          {
            "depName": "fluent-bit-chart",
            "packageName": "fluent-bit",
            "currentValue": "0.20.2",
            "datasource": "helm",
            "extractVersion": "^v?(?<version>.+)$",
            "registryUrls": [
              "https://fluent.github.io/helm-charts"
            ],
            "depType": "config",
            "replaceString": "# renovate: datasource=helm depName=fluent-bit-chart packageName=fluent-bit registryUrl=https://fluent.github.io/helm-charts\n      FluentBitChartVersion: 0.20.2\n",
            "depIndex": 5,
            "warnings": [],
            "versioning": "helm",
            "sourceUrl": "https://github.com/fluent/helm-charts",
            "homepage": "https://fluentbit.io/",
            "currentVersion": "0.20.2",
            "fixedVersion": "0.20.2",
            "updates": []
          },
          {
            "depName": "aws-for-fluent-bit",
            "packageName": "aws/aws-for-fluent-bit",
            "currentValue": "2.26.0",
            "datasource": "github-releases",
            "extractVersion": "^v?(?<version>.+)$",
            "depType": "config",
            "replaceString": "# renovate: datasource=github-releases depName=aws-for-fluent-bit packageName=aws/aws-for-fluent-bit\n      FluentBitImageTag: 2.26.0\n",
            "depIndex": 6,
            "warnings": [],
            "versioning": "semver",
            "sourceUrl": "https://github.com/aws/aws-for-fluent-bit",
            "currentVersion": "2.26.0",
            "fixedVersion": "2.26.0",
            "updates": []
          }
        ],
        "matchStrings": [
          "# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)(?: packageName=(?<packageName>.+?))?(?: registryUrl=(?<registryUrl>.+?))?(?: depType=(?<depType>.+?))?(?: extractVersion=(?<extractVersion>.+?))?(?: versioning=(?<versioning>.+?))?\\s+.+?: (?<currentValue>.+?)\\s"
        ],
        "extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/if}}",
        "depTypeTemplate": "{{#if depType}}{{depType}}{{else}}config{{/if}}"
      },
      {
        "packageFile": "Cli/DeployCommand.cs",
        "deps": [
          {
            "depName": "pulumi-aws",
            "packageName": "pulumi/pulumi-aws",
            "currentValue": "5.8.0",
            "datasource": "github-releases",
            "extractVersion": "^v?(?<version>.+)$",
            "depType": "plugin",
            "replaceString": "\"aws v5.8.0\"",
            "depIndex": 0,
            "warnings": [],
            "versioning": "semver",
            "sourceUrl": "https://github.com/pulumi/pulumi-aws",
            "currentVersion": "5.8.0",
            "isSingleVersion": true,
            "fixedVersion": "5.8.0",
            "updates": [
              {
                "bucket": "non-major",
                "newVersion": "5.9.1",
                "newValue": "5.9.1",
                "releaseTimestamp": "2022-06-22T00:37:01.000Z",
                "newMajor": 5,
                "newMinor": 9,
                "updateType": "minor",
                "branchName": "renovate/pulumi"
              }
            ]
          },
          {
            "depName": "pulumi-kubernetes",
            "packageName": "pulumi/pulumi-kubernetes",
            "currentValue": "3.19.3",
            "datasource": "github-releases",
            "extractVersion": "^v?(?<version>.+)$",
            "depType": "plugin",
            "replaceString": "\"kubernetes v3.19.3\"",
            "depIndex": 1,
            "warnings": [],
            "versioning": "semver",
            "sourceUrl": "https://github.com/pulumi/pulumi-kubernetes",
            "currentVersion": "3.19.3",
            "isSingleVersion": true,
            "fixedVersion": "3.19.3",
            "updates": [
              {
                "bucket": "non-major",
                "newVersion": "3.19.4",
                "newValue": "3.19.4",
                "releaseTimestamp": "2022-06-21T16:25:17.000Z",
                "newMajor": 3,
                "newMinor": 19,
                "updateType": "patch",
                "branchName": "renovate/pulumi"
              }
            ]
          },
          {
            "depName": "pulumi-random",
            "packageName": "pulumi/pulumi-random",
            "currentValue": "4.8.0",
            "datasource": "github-releases",
            "extractVersion": "^v?(?<version>.+)$",
            "depType": "plugin",
            "replaceString": "\"random v4.8.0\"",
            "depIndex": 2,
            "warnings": [],
            "versioning": "semver",
            "sourceUrl": "https://github.com/pulumi/pulumi-random",
            "currentVersion": "4.8.0",
            "fixedVersion": "4.8.0",
            "updates": []
          },
          {
            "depName": "pulumi-tls",
            "packageName": "pulumi/pulumi-tls",
            "currentValue": "4.6.0",
            "datasource": "github-releases",
            "extractVersion": "^v?(?<version>.+)$",
            "depType": "plugin",
            "replaceString": "\"tls v4.6.0\"",
            "depIndex": 3,
            "warnings": [],
            "versioning": "semver",
            "sourceUrl": "https://github.com/pulumi/pulumi-tls",
            "currentVersion": "4.6.0",
            "fixedVersion": "4.6.0",
            "updates": []
          }
        ],
        "matchStrings": [
          "// renovate: datasource=(?<datasource>.+?)\\s+RequiredPlugins = new\\[\\]\\s+{[^}]+}",
          "\"(?<depName>.+?) v(?<currentValue>.+?)\""
        ],
        "matchStringsStrategy": "recursive",
        "depNameTemplate": "pulumi-{{depName}}",
        "packageNameTemplate": "pulumi/pulumi-{{depName}}",
        "extractVersionTemplate": "^v?(?<version>.+)$",
        "depTypeTemplate": "plugin"
      }
    ]
  }
}
DEBUG: processRepo()
DEBUG: Processing 2 branches: renovate/minor, renovate/pulumi
DEBUG: Calculated maximum PRs remaining this run
{
  "prsRemaining": 99
}
DEBUG: PullRequests limit = 99
DEBUG: Calculated maximum branches remaining this run
{
  "branchesRemaining": 99
}
DEBUG: Branches limit = 99
DEBUG: Setting current branch to main(branch="renovate/minor")
DEBUG: Initializing git repository into /mnt/renovate/gh/gitfool/Pulumi.Dungeon(branch="renovate/minor")
DEBUG: Performing blobless clone(branch="renovate/minor")
DEBUG: git clone completed(branch="renovate/minor")
{
  "durationMs": 1188
}
DEBUG: latest repository commit(branch="renovate/minor")
{
  "latestCommit": {
    "hash": "91e16817feaf8f7777bd2ba9d0a4b695bcf0ad6c",
    "date": "2022-06-20T17:57:56+12:00",
    "message": "Merge pull request #77 from gitfool/renovate/pulumi",
    "refs": "HEAD -> main, origin/main, origin/HEAD",
    "body": "Bump pulumi dependencies",
    "author_name": "Sean Fausett",
    "author_email": "[email protected]"
  }
}
DEBUG: latest commit(branch="renovate/minor")
{
  "branchName": "main",
  "latestCommitDate": "2022-06-20T17:57:56+12:00"
}
DEBUG: getBranchPr(renovate/minor)(branch="renovate/minor")
DEBUG: findPr(renovate/minor, undefined, open)(branch="renovate/minor")
DEBUG: getPrList success(branch="renovate/minor")
{
  "pullsTotal": 37,
  "requestsTotal": 1,
  "apiQuotaAffected": true
}
DEBUG: Found PR #81(branch="renovate/minor")
DEBUG: branchExists=true(branch="renovate/minor")
DEBUG: dependencyDashboardCheck=undefined(branch="renovate/minor")
DEBUG: PR rebase requested=true(branch="renovate/minor")
DEBUG: Checking if PR has been edited(branch="renovate/minor")
DEBUG: Branch has not been modified(branch="renovate/minor")
{
  "branchName": "renovate/minor"
}
DEBUG: Found existing branch PR(branch="renovate/minor")
DEBUG: Checking schedule(at any time, null)(branch="renovate/minor")
DEBUG: No schedule defined(branch="renovate/minor")
DEBUG: Manual rebase requested via Dependency Dashboard(branch="renovate/minor")
DEBUG: Using reuseExistingBranch: false(branch="renovate/minor")
DEBUG: manager.getUpdatedPackageFiles() reuseExistinbranch=false(branch="renovate/minor")
DEBUG: Starting search at index 190(packageFile="Library/Library.csproj", branch="renovate/minor")
{
  "depName": "FluentValidation"
}
DEBUG: Found match at index 190(packageFile="Library/Library.csproj", branch="renovate/minor")
{
  "depName": "FluentValidation"
}
DEBUG: found NuGet.config(branch="renovate/minor")
{
  "nuGetConfigPath": "NuGet.config"
}
DEBUG: clearing registry URLs(branch="renovate/minor")
DEBUG: adding registry URL(branch="renovate/minor")
{
  "registryUrl": "https://api.nuget.org/v3/index.json"
}
DEBUG: Contents updated(packageFile="Library/Library.csproj", branch="renovate/minor")
{
  "depName": "FluentValidation"
}
DEBUG: Starting search at index 1937(packageFile="Cli/config/_default.yaml", branch="renovate/minor")
{
  "depName": "cluster-autoscaler"
}
DEBUG: Found match at index 1937(packageFile="Cli/config/_default.yaml", branch="renovate/minor")
{
  "depName": "cluster-autoscaler"
}
DEBUG: Contents updated(packageFile="Cli/config/_default.yaml", branch="renovate/minor")
{
  "depName": "cluster-autoscaler"
}
DEBUG: Starting search at index 1743(packageFile="Cli/config/_default.yaml", branch="renovate/minor")
{
  "depName": "cluster-autoscaler-chart"
}
DEBUG: Found match at index 1743(packageFile="Cli/config/_default.yaml", branch="renovate/minor")
{
  "depName": "cluster-autoscaler-chart"
}
DEBUG: Contents updated(packageFile="Cli/config/_default.yaml", branch="renovate/minor")
{
  "depName": "cluster-autoscaler-chart"
}
DEBUG: nuget.updateArtifacts(Library/Library.csproj)(branch="renovate/minor")
DEBUG: found NuGet.config(branch="renovate/minor")
{
  "nuGetConfigPath": "NuGet.config"
}
DEBUG: clearing registry URLs(branch="renovate/minor")
DEBUG: adding registry URL(branch="renovate/minor")
{
  "registryUrl": "https://api.nuget.org/v3/index.json"
}
DEBUG: Using docker to execute(branch="renovate/minor")
{
  "image": "dotnet"
}
DEBUG: No tag or tagConstraint specified(branch="renovate/minor")
{
  "image": "docker.io/renovate/dotnet"
}
DEBUG: Fetching Docker image: docker.io/renovate/dotnet(branch="renovate/minor")
DEBUG: Finished fetching Docker image docker.io/renovate/dotnet@sha256:9374bab41eca6e2a91f702e9aba7a6ce07b6b5758c785ccb3d3f55d56c4ff0be(branch="renovate/minor")
DEBUG: Executing command(branch="renovate/minor")
{
  "command": "docker run --rm --name=renovate_dotnet --label=renovate_child -v \"/mnt/renovate/gh/gitfool/Pulumi.Dungeon\":\"/mnt/renovate/gh/gitfool/Pulumi.Dungeon\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -e NUGET_PACKAGES -w \"/mnt/renovate/gh/gitfool/Pulumi.Dungeon\" docker.io/renovate/dotnet bash -l -c \"dotnet nuget add source https://api.nuget.org/v3/index.json --configfile /tmp/renovate-cache/__renovate-private-cache/nuget/nuget.config --name nuget.org && dotnet restore K8s/K8s.csproj --force-evaluate --configfile /tmp/renovate-cache/__renovate-private-cache/nuget/nuget.config && dotnet restore Aws/Aws.csproj --force-evaluate --configfile /tmp/renovate-cache/__renovate-private-cache/nuget/nuget.config && dotnet restore Cli/Cli.csproj --force-evaluate --configfile /tmp/renovate-cache/__renovate-private-cache/nuget/nuget.config && dotnet restore Library/Library.csproj --force-evaluate --configfile /tmp/renovate-cache/__renovate-private-cache/nuget/nuget.config\""
}
DEBUG: exec completed(branch="renovate/minor")
{
  "cmd": "docker run --rm --name=renovate_dotnet --label=renovate_child -v \"/mnt/renovate/gh/gitfool/Pulumi.Dungeon\":\"/mnt/renovate/gh/gitfool/Pulumi.Dungeon\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -e NUGET_PACKAGES -w \"/mnt/renovate/gh/gitfool/Pulumi.Dungeon\" docker.io/renovate/dotnet bash -l -c \"dotnet nuget add source https://api.nuget.org/v3/index.json --configfile /tmp/renovate-cache/__renovate-private-cache/nuget/nuget.config --name nuget.org && dotnet restore K8s/K8s.csproj --force-evaluate --configfile /tmp/renovate-cache/__renovate-private-cache/nuget/nuget.config && dotnet restore Aws/Aws.csproj --force-evaluate --configfile /tmp/renovate-cache/__renovate-private-cache/nuget/nuget.config && dotnet restore Cli/Cli.csproj --force-evaluate --configfile /tmp/renovate-cache/__renovate-private-cache/nuget/nuget.config && dotnet restore Library/Library.csproj --force-evaluate --configfile /tmp/renovate-cache/__renovate-private-cache/nuget/nuget.config\"",
  "durationMs": 61345,
  "stdout": "Package source with Name: nuget.org added successfully.\n  Determining projects to restore...\n  Restored /mnt/renovate/gh/gitfool/Pulumi.Dungeon/Library/Library.csproj (in 16.96 sec).\n  Restored /mnt/renovate/gh/gitfool/Pulumi.Dungeon/K8s/K8s.csproj (in 2.31 sec).\n  Determining projects to restore...\n  Restored /mnt/renovate/gh/gitfool/Pulumi.Dungeon/Library/Library.csproj (in 578 ms).\n  Restored /mnt/renovate/gh/gitfool/Pulumi.Dungeon/K8s/K8s.csproj (in 86 ms).\n  Restored /mnt/renovate/gh/gitfool/Pulumi.Dungeon/Aws/Aws.csproj (in 1.72 sec).\n  Determining projects to restore...\n  Restored /mnt/renovate/gh/gitfool/Pulumi.Dungeon/Library/Library.csproj (in 948 ms).\n  Restored /mnt/renovate/gh/gitfool/Pulumi.Dungeon/K8s/K8s.csproj (in 56 ms).\n  Restored /mnt/renovate/gh/gitfool/Pulumi.Dungeon/Cli/Cli.csproj (in 15.55 sec).\n  Restored /mnt/renovate/gh/gitfool/Pulumi.Dungeon/Aws/Aws.csproj (in 22 ms).\n  Determining projects to restore...\n  Restored /mnt/renovate/gh/gitfool/Pulumi.Dungeon/Library/Library.csproj (in 673 ms).\n",
  "stderr": ""
}
DEBUG: Updated 2 package files(branch="renovate/minor")
DEBUG: Updated 4 lock files(branch="renovate/minor")
{
  "updatedArtifacts": [
    "K8s/packages.lock.json",
    "Aws/packages.lock.json",
    "Cli/packages.lock.json",
    "Library/packages.lock.json"
  ]
}
DEBUG: Getting comments for #81(branch="renovate/minor")
DEBUG: Found 0 comments(branch="renovate/minor")
DEBUG: isBranchConflicted(main, renovate/minor)(branch="renovate/minor")
DEBUG: Setting git author name(branch="renovate/minor")
{
  "gitAuthorName": "Renovate Bot"
}
DEBUG: Setting git author email(branch="renovate/minor")
{
  "gitAuthorEmail": "[email protected]"
}
DEBUG: Using cached result false for isBranchConflicted(main, renovate/minor)(branch="renovate/minor")
DEBUG: 6 file(s) to commit(branch="renovate/minor")
DEBUG: Preparing files for committing to branch renovate/minor(branch="renovate/minor")
DEBUG: git commit(branch="renovate/minor")
{
  "deletedFiles": [],
  "ignoredFiles": [],
  "result": {
    "author": null,
    "branch": "renovate/minor",
    "commit": "838d5b6ca7df4d9e50ef9e5f2a7f9a520c2e2f08",
    "root": false,
    "summary": {
      "changes": 6,
      "insertions": 15,
      "deletions": 0
    }
  }
}
DEBUG: Fetching branch renovate/minor(branch="renovate/minor")
INFO: Branch updated(branch="renovate/minor")
{
  "commitSha": "838d5b6ca7df4d9e50ef9e5f2a7f9a520c2e2f08"
}
DEBUG: Checking if we can automerge branch(branch="renovate/minor")
DEBUG: mergeStatus=no automerge(branch="renovate/minor")
DEBUG: Ensuring PR(branch="renovate/minor")
DEBUG: There are 0 errors and 0 warnings(branch="renovate/minor")
DEBUG: getBranchPr(renovate/minor)(branch="renovate/minor")
DEBUG: findPr(renovate/minor, undefined, open)(branch="renovate/minor")
DEBUG: Found PR #81(branch="renovate/minor")
DEBUG: Found existing PR(branch="renovate/minor")
DEBUG: Processing existing PR(branch="renovate/minor")
DEBUG: updatePr(81, Bump dependencies, body)(branch="renovate/minor")
DEBUG: PR updated(branch="renovate/minor")
{
  "pr": 81
}
INFO: PR updated(branch="renovate/minor")
{
  "pr": 81,
  "prTitle": "Bump dependencies"
}
DEBUG: PR is not configured for automerge(branch="renovate/minor")
DEBUG: Setting current branch to main(branch="renovate/pulumi")
DEBUG: latest commit(branch="renovate/pulumi")
{
  "branchName": "main",
  "latestCommitDate": "2022-06-20T17:57:56+12:00"
}
DEBUG: getBranchPr(renovate/pulumi)(branch="renovate/pulumi")
DEBUG: findPr(renovate/pulumi, undefined, open)(branch="renovate/pulumi")
DEBUG: Found PR #80(branch="renovate/pulumi")
DEBUG: branchExists=true(branch="renovate/pulumi")
DEBUG: dependencyDashboardCheck=undefined(branch="renovate/pulumi")
DEBUG: PR rebase requested=false(branch="renovate/pulumi")
DEBUG: Checking if PR has been edited(branch="renovate/pulumi")
DEBUG: Branch has not been modified(branch="renovate/pulumi")
{
  "branchName": "renovate/pulumi"
}
DEBUG: Found existing branch PR(branch="renovate/pulumi")
DEBUG: Checking schedule(at any time, null)(branch="renovate/pulumi")
DEBUG: No schedule defined(branch="renovate/pulumi")
DEBUG: Branch already exists(branch="renovate/pulumi")
DEBUG: getBranchPr(renovate/pulumi)(branch="renovate/pulumi")
DEBUG: findPr(renovate/pulumi, undefined, open)(branch="renovate/pulumi")
DEBUG: Found PR #80(branch="renovate/pulumi")
DEBUG: isBranchStale=false(branch="renovate/pulumi")
{
  "isStale": false,
  "currentBranch": "main",
  "currentBranchSha": "91e16817feaf8f7777bd2ba9d0a4b695bcf0ad6c"
}
DEBUG: Branch is up-to-date(branch="renovate/pulumi")
DEBUG: isBranchConflicted(main, renovate/pulumi)(branch="renovate/pulumi")
DEBUG: Using cached result false for isBranchConflicted(main, renovate/pulumi)(branch="renovate/pulumi")
DEBUG: Branch does not need rebasing(branch="renovate/pulumi")
DEBUG: Using reuseExistingBranch: true(branch="renovate/pulumi")
DEBUG: manager.getUpdatedPackageFiles() reuseExistinbranch=true(branch="renovate/pulumi")
DEBUG: found NuGet.config(branch="renovate/pulumi")
{
  "nuGetConfigPath": "NuGet.config"
}
DEBUG: clearing registry URLs(branch="renovate/pulumi")
DEBUG: adding registry URL(branch="renovate/pulumi")
{
  "registryUrl": "https://api.nuget.org/v3/index.json"
}
DEBUG: found NuGet.config(branch="renovate/pulumi")
{
  "nuGetConfigPath": "NuGet.config"
}
DEBUG: clearing registry URLs(branch="renovate/pulumi")
DEBUG: adding registry URL(branch="renovate/pulumi")
{
  "registryUrl": "https://api.nuget.org/v3/index.json"
}
DEBUG: Branch dep is already updated(packageFile="Library/Library.csproj", branch="renovate/pulumi")
{
  "depName": "Pulumi"
}
DEBUG: No content changed(packageFile="Library/Library.csproj", branch="renovate/pulumi")
{
  "depName": "Pulumi"
}
DEBUG: found NuGet.config(branch="renovate/pulumi")
{
  "nuGetConfigPath": "NuGet.config"
}
DEBUG: clearing registry URLs(branch="renovate/pulumi")
DEBUG: adding registry URL(branch="renovate/pulumi")
{
  "registryUrl": "https://api.nuget.org/v3/index.json"
}
DEBUG: found NuGet.config(branch="renovate/pulumi")
{
  "nuGetConfigPath": "NuGet.config"
}
DEBUG: clearing registry URLs(branch="renovate/pulumi")
DEBUG: adding registry URL(branch="renovate/pulumi")
{
  "registryUrl": "https://api.nuget.org/v3/index.json"
}
DEBUG: Branch dep is already updated(packageFile="K8s/K8s.csproj", branch="renovate/pulumi")
{
  "depName": "Pulumi"
}
DEBUG: No content changed(packageFile="K8s/K8s.csproj", branch="renovate/pulumi")
{
  "depName": "Pulumi"
}
DEBUG: found NuGet.config(branch="renovate/pulumi")
{
  "nuGetConfigPath": "NuGet.config"
}
DEBUG: clearing registry URLs(branch="renovate/pulumi")
DEBUG: adding registry URL(branch="renovate/pulumi")
{
  "registryUrl": "https://api.nuget.org/v3/index.json"
}
DEBUG: found NuGet.config(branch="renovate/pulumi")
{
  "nuGetConfigPath": "NuGet.config"
}
DEBUG: clearing registry URLs(branch="renovate/pulumi")
DEBUG: adding registry URL(branch="renovate/pulumi")
{
  "registryUrl": "https://api.nuget.org/v3/index.json"
}
DEBUG: Branch dep is already updated(packageFile="Aws/Aws.csproj", branch="renovate/pulumi")
{
  "depName": "Pulumi"
}
DEBUG: No content changed(packageFile="Aws/Aws.csproj", branch="renovate/pulumi")
{
  "depName": "Pulumi"
}
DEBUG: found NuGet.config(branch="renovate/pulumi")
{
  "nuGetConfigPath": "NuGet.config"
}
DEBUG: clearing registry URLs(branch="renovate/pulumi")
DEBUG: adding registry URL(branch="renovate/pulumi")
{
  "registryUrl": "https://api.nuget.org/v3/index.json"
}
DEBUG: found NuGet.config(branch="renovate/pulumi")
{
  "nuGetConfigPath": "NuGet.config"
}
DEBUG: clearing registry URLs(branch="renovate/pulumi")
DEBUG: adding registry URL(branch="renovate/pulumi")
{
  "registryUrl": "https://api.nuget.org/v3/index.json"
}
DEBUG: Branch dep is already updated(packageFile="Cli/Cli.csproj", branch="renovate/pulumi")
{
  "depName": "Pulumi.Automation"
}
DEBUG: No content changed(packageFile="Cli/Cli.csproj", branch="renovate/pulumi")
{
  "depName": "Pulumi.Automation"
}
DEBUG: found NuGet.config(branch="renovate/pulumi")
{
  "nuGetConfigPath": "NuGet.config"
}
DEBUG: clearing registry URLs(branch="renovate/pulumi")
DEBUG: adding registry URL(branch="renovate/pulumi")
{
  "registryUrl": "https://api.nuget.org/v3/index.json"
}
DEBUG: found NuGet.config(branch="renovate/pulumi")
{
  "nuGetConfigPath": "NuGet.config"
}
DEBUG: clearing registry URLs(branch="renovate/pulumi")
DEBUG: adding registry URL(branch="renovate/pulumi")
{
  "registryUrl": "https://api.nuget.org/v3/index.json"
}
DEBUG: Branch dep is already updated(packageFile="Library/Library.csproj", branch="renovate/pulumi")
{
  "depName": "Pulumi.Aws"
}
DEBUG: No content changed(packageFile="Library/Library.csproj", branch="renovate/pulumi")
{
  "depName": "Pulumi.Aws"
}
DEBUG: found NuGet.config(branch="renovate/pulumi")
{
  "nuGetConfigPath": "NuGet.config"
}
DEBUG: clearing registry URLs(branch="renovate/pulumi")
DEBUG: adding registry URL(branch="renovate/pulumi")
{
  "registryUrl": "https://api.nuget.org/v3/index.json"
}
DEBUG: found NuGet.config(branch="renovate/pulumi")
{
  "nuGetConfigPath": "NuGet.config"
}
DEBUG: clearing registry URLs(branch="renovate/pulumi")
DEBUG: adding registry URL(branch="renovate/pulumi")
{
  "registryUrl": "https://api.nuget.org/v3/index.json"
}
DEBUG: Branch dep is already updated(packageFile="K8s/K8s.csproj", branch="renovate/pulumi")
{
  "depName": "Pulumi.Aws"
}
DEBUG: No content changed(packageFile="K8s/K8s.csproj", branch="renovate/pulumi")
{
  "depName": "Pulumi.Aws"
}
DEBUG: found NuGet.config(branch="renovate/pulumi")
{
  "nuGetConfigPath": "NuGet.config"
}
DEBUG: clearing registry URLs(branch="renovate/pulumi")
DEBUG: adding registry URL(branch="renovate/pulumi")
{
  "registryUrl": "https://api.nuget.org/v3/index.json"
}
DEBUG: found NuGet.config(branch="renovate/pulumi")
{
  "nuGetConfigPath": "NuGet.config"
}
DEBUG: clearing registry URLs(branch="renovate/pulumi")
DEBUG: adding registry URL(branch="renovate/pulumi")
{
  "registryUrl": "https://api.nuget.org/v3/index.json"
}
DEBUG: Branch dep is already updated(packageFile="Aws/Aws.csproj", branch="renovate/pulumi")
{
  "depName": "Pulumi.Aws"
}
DEBUG: No content changed(packageFile="Aws/Aws.csproj", branch="renovate/pulumi")
{
  "depName": "Pulumi.Aws"
}
DEBUG: found NuGet.config(branch="renovate/pulumi")
{
  "nuGetConfigPath": "NuGet.config"
}
DEBUG: clearing registry URLs(branch="renovate/pulumi")
DEBUG: adding registry URL(branch="renovate/pulumi")
{
  "registryUrl": "https://api.nuget.org/v3/index.json"
}
DEBUG: found NuGet.config(branch="renovate/pulumi")
{
  "nuGetConfigPath": "NuGet.config"
}
DEBUG: clearing registry URLs(branch="renovate/pulumi")
DEBUG: adding registry URL(branch="renovate/pulumi")
{
  "registryUrl": "https://api.nuget.org/v3/index.json"
}
DEBUG: Branch dep is already updated(packageFile="Library/Library.csproj", branch="renovate/pulumi")
{
  "depName": "Pulumi.Kubernetes"
}
DEBUG: No content changed(packageFile="Library/Library.csproj", branch="renovate/pulumi")
{
  "depName": "Pulumi.Kubernetes"
}
DEBUG: found NuGet.config(branch="renovate/pulumi")
{
  "nuGetConfigPath": "NuGet.config"
}
DEBUG: clearing registry URLs(branch="renovate/pulumi")
DEBUG: adding registry URL(branch="renovate/pulumi")
{
  "registryUrl": "https://api.nuget.org/v3/index.json"
}
DEBUG: found NuGet.config(branch="renovate/pulumi")
{
  "nuGetConfigPath": "NuGet.config"
}
DEBUG: clearing registry URLs(branch="renovate/pulumi")
DEBUG: adding registry URL(branch="renovate/pulumi")
{
  "registryUrl": "https://api.nuget.org/v3/index.json"
}
DEBUG: Branch dep is already updated(packageFile="K8s/K8s.csproj", branch="renovate/pulumi")
{
  "depName": "Pulumi.Kubernetes"
}
DEBUG: No content changed(packageFile="K8s/K8s.csproj", branch="renovate/pulumi")
{
  "depName": "Pulumi.Kubernetes"
}
DEBUG: Branch dep is already updated(packageFile="Cli/Dockerfile", branch="renovate/pulumi")
{
  "depName": "pulumi"
}
DEBUG: No content changed(packageFile="Cli/Dockerfile", branch="renovate/pulumi")
{
  "depName": "pulumi"
}
DEBUG: Branch dep is already updated(packageFile="Cli/DeployCommand.cs", branch="renovate/pulumi")
{
  "depName": "pulumi-aws"
}
DEBUG: No content changed(packageFile="Cli/DeployCommand.cs", branch="renovate/pulumi")
{
  "depName": "pulumi-aws"
}
DEBUG: Branch dep is already updated(packageFile="Cli/DeployCommand.cs", branch="renovate/pulumi")
{
  "depName": "pulumi-kubernetes"
}
DEBUG: No content changed(packageFile="Cli/DeployCommand.cs", branch="renovate/pulumi")
{
  "depName": "pulumi-kubernetes"
}
DEBUG: No package files need updating(branch="renovate/pulumi")
DEBUG: No updated lock files in branch(branch="renovate/pulumi")
DEBUG: No files to commit(branch="renovate/pulumi")
DEBUG: Checking if we can automerge branch(branch="renovate/pulumi")
DEBUG: mergeStatus=no automerge(branch="renovate/pulumi")
DEBUG: Ensuring PR(branch="renovate/pulumi")
DEBUG: There are 0 errors and 0 warnings(branch="renovate/pulumi")
DEBUG: getBranchPr(renovate/pulumi)(branch="renovate/pulumi")
DEBUG: findPr(renovate/pulumi, undefined, open)(branch="renovate/pulumi")
DEBUG: Found PR #80(branch="renovate/pulumi")
DEBUG: Found existing PR(branch="renovate/pulumi")
DEBUG: Processing existing PR(branch="renovate/pulumi")
DEBUG: Pull Request #80 does not need updating(branch="renovate/pulumi")
DEBUG: PR is not configured for automerge(branch="renovate/pulumi")
DEBUG: getBranchPr(renovate/minor)
DEBUG: findPr(renovate/minor, undefined, open)
DEBUG: Found PR #81
DEBUG: getBranchPr(renovate/pulumi)
DEBUG: findPr(renovate/pulumi, undefined, open)
DEBUG: Found PR #80
DEBUG: Closing Dependency Dashboard
DEBUG: Retrieving issueList
DEBUG: Retrieved 0 issues
DEBUG: Removing any stale branches
DEBUG: config.repoIsOnboarded=true
DEBUG: Branch lists
{
  "branchList": [
    "renovate/minor",
    "renovate/pulumi"
  ],
  "renovateBranches": [
    "renovate/minor",
    "renovate/pulumi"
  ]
}
DEBUG: remainingBranches=
DEBUG: No branches to clean up
DEBUG: Cleaning up Renovate refs: refs/renovate/*
DEBUG: PackageFiles.clear() - Package files deleted
{
  "baseBranches": [
    "main"
  ]
}
DEBUG: Repo is activated
DEBUG: Renovate repository PR statistics
{
  "stats": {
    "total": 37,
    "open": 2,
    "closed": 2,
    "merged": 33
  }
}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true
DEBUG: Repository timing splits (milliseconds)
{
  "splits": {
    "init": 3542,
    "extract": 3,
    "lookup": 15388,
    "update": 114223
  },
  "total": 138048
}
DEBUG: http statistics
{
  "urls": {
    "https://api.github.com/graphql (POST,200)": 5,
    "https://api.github.com/repos/gitfool/.github/contents/renovate-default.json (GET,200)": 1,
    "https://api.github.com/repos/gitfool/Pulumi.Dungeon/contents/.github/renovate.json (GET,200)": 1,
    "https://api.github.com/repos/gitfool/Pulumi.Dungeon/git/commits (POST,201)": 1,
    "https://api.github.com/repos/gitfool/Pulumi.Dungeon/git/refs/heads/renovate/minor (PATCH,200)": 1,
    "https://api.github.com/repos/gitfool/Pulumi.Dungeon/git/trees (POST,201)": 1,
    "https://api.github.com/repos/gitfool/Pulumi.Dungeon/issues/81/comments (GET,200)": 1,
    "https://api.github.com/repos/gitfool/Pulumi.Dungeon/pulls (GET,200)": 1,
    "https://api.github.com/repos/gitfool/Pulumi.Dungeon/pulls/81 (PATCH,200)": 1,
    "https://api.github.com/repos/kubernetes/autoscaler (GET,200)": 1,
    "https://api.github.com/repos/kubernetes/autoscaler/git/trees/master (GET,200)": 1,
    "https://api.github.com/repos/renovatebot/spring-remediations/contents/base.json (GET,200)": 1,
    "https://api.github.com/repos/renovatebot/spring-remediations/contents/default.json (GET,200)": 1,
    "https://api.github.com/repos/whitesource/merge-confidence/contents/beta.json (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/cake.tool/2.2.0/cake.tool.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/fluentvalidation/11.1.0/fluentvalidation.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/flurl.http/3.2.4/flurl.http.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/ipnetwork2/2.5.422/ipnetwork2.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/json.more.net/1.6.0/json.more.net.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/jsonpath.net/0.2.1/jsonpath.net.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.hosting/6.0.1/microsoft.extensions.hosting.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/6.0.1/microsoft.extensions.logging.abstractions.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/6.0.0/microsoft.extensions.options.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/microsoft.sourcelink.github/1.1.1/microsoft.sourcelink.github.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/netescapades.configuration.yaml/2.2.0/netescapades.configuration.yaml.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/polly/7.2.3/polly.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/pulumi.automation/3.35.1/pulumi.automation.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/pulumi.aws/5.9.1/pulumi.aws.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/pulumi.kubernetes/3.19.4/pulumi.kubernetes.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/pulumi.random/4.8.0/pulumi.random.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/pulumi.tls/4.6.0/pulumi.tls.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/pulumi/3.35.1/pulumi.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/scriban/5.4.6/scriban.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/serilog.enrichers.thread/3.1.0/serilog.enrichers.thread.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/serilog.extensions.hosting/4.2.0/serilog.extensions.hosting.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/serilog.settings.configuration/3.3.0/serilog.settings.configuration.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/serilog.sinks.seq/5.1.1/serilog.sinks.seq.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/serilog/2.11.0/serilog.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/spectre.console/0.44.0/spectre.console.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3-flatcontainer/yamldotnet/11.2.1/yamldotnet.nuspec (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/cake.tool/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/fluentvalidation/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/fluentvalidation/page/1.3.0/7.2.1.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/fluentvalidation/page/7.3.0-beta1/9.2.0.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/fluentvalidation/page/9.2.1/11.1.0.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/flurl.http/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/ipnetwork2/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/ipnetwork2/page/2.0.1/2.5.223.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/ipnetwork2/page/2.5.224/2.5.376.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/ipnetwork2/page/2.5.379/2.5.422.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/json.more.net/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/jsonpath.net/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.hosting/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.logging.abstractions/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.options/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/microsoft.sourcelink.github/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/netescapades.configuration.yaml/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/polly/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.automation/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.automation/page/2.21.2-preview/2.24.0-alpha.1616785841.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.automation/page/2.24.0-alpha.1616798468/3.0.0-alpha.1618597825.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.automation/page/3.0.0-alpha.1618598961/3.3.0-alpha.1621295023.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.automation/page/3.10.0-alpha.1627934086/3.13.0-alpha.1632268487.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.automation/page/3.13.0-alpha.1632282525/3.17.1.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.automation/page/3.18.0-alpha.1635963920/3.21.0-alpha.1640100956.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.automation/page/3.21.0-alpha.1640256888/3.26.0-alpha.1646327214.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.automation/page/3.26.0-alpha.1646327225/3.30.0-alpha.1650277076.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.automation/page/3.3.0-alpha.1621375230/3.7.0-alpha.1625771582.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.automation/page/3.30.0-alpha.1650290351/3.34.0-alpha.1653333201.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.automation/page/3.34.0-alpha.1653345875/3.35.0-alpha.1655278121.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.automation/page/3.35.0-alpha.1655297155/3.36.0-alpha.1656138212.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.automation/page/3.7.0-alpha.1625774042/3.10.0-alpha.1627932129.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.aws/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.aws/page/1.22.0-preview-alpha.1581694256/2.6.0-alpha.1589941837.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.aws/page/1.8.0-preview/1.22.0-preview-alpha.1581474908.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.aws/page/2.6.0-alpha.1590091147/3.3.0-alpha.1600379697.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.aws/page/3.20.0-alpha.1608652760/3.36.0.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.aws/page/3.3.0-alpha.1600415107/3.20.0-alpha.1608585777.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.aws/page/3.37.0/4.19.0.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.aws/page/4.20.0-alpha.1631296063/4.38.0-alpha.1643837895.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.aws/page/4.38.0-alpha.1643896004/5.9.1.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.aws/page/5.10.0-alpha.1655840792/5.10.0-alpha.1656092774.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.kubernetes/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.kubernetes/page/1.1.0-alpha.1597103091/1.5.3-preview.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.kubernetes/page/1.5.4-preview/2.1.0-alpha.1602019708.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.kubernetes/page/2.1.0-alpha.1602022709/2.5.0-alpha.1597690625.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.kubernetes/page/2.5.0-alpha.1597770233/2.8.0-alpha.1607539362.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.kubernetes/page/2.8.0-alpha.1608075867/3.0.0-alpha.1618963753.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.kubernetes/page/3.0.0-alpha.1619542653/3.0.0-alpha.1633549392.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.kubernetes/page/3.0.0-alpha.1633553287/3.0.0-alpha.1644851613.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.kubernetes/page/3.0.0-alpha.1644968694/3.6.3.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.kubernetes/page/3.7.0/3.19.4.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.random/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.random/page/1.2.0-preview/2.2.0.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.random/page/2.3.0-alpha.1597438435/4.3.0-alpha.1633706735.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.random/page/4.3.0-alpha.1633708152/4.8.0.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi.tls/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/1.11.0-preview-alpha.1581635806/1.13.0-preview-alpha.1584412868.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/1.13.0-preview-alpha.1584473733/1.14.0-preview-alpha.1585346158.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/1.14.0-preview-alpha.1585432124/1.15.0-preview-alpha.1586300000.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/1.15.0-preview-alpha.1586363581/2.1.0-alpha.1587576319.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/1.4.1-preview-/1.6.0-preview-alpha.1574189153.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/1.6.0-preview-alpha.1574189267/1.8.0-preview-dedeasync6.1576638249.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/1.8.0-preview-dedeasync6.1576644331/1.9.0-preview-removedeasync.1579138752.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/1.9.0-preview-removedeasync.1579203036/1.11.0-preview-alpha.1581625557.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/2.1.0-alpha.1587595351/2.2.0-alpha.1589383526.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/2.11.0-alpha.1599859656/2.12.0-alpha.1601942880.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/2.12.0-alpha.1602004762/2.14.0-alpha.1604948153.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/2.14.0-alpha.1604950402/2.16.0-alpha.1606945525.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/2.16.0-alpha.1607036875/2.17.0-alpha.1609375532.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/2.17.0-alpha.1609756645/2.20.0-alpha.1611963840.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/2.2.0-alpha.1589383853/2.4.0-alpha.1591377078.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/2.20.0-alpha.1611967920/2.23.0-alpha.1615497092.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/2.23.0-alpha.1615508624/2.25.0-alpha.1618004182.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/2.25.0-alpha.1618025411/3.2.0-alpha.1619737745.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/2.4.0-alpha.1591396867/2.6.0-alpha.1593718210.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/2.6.0-alpha.1594045491/2.9.0-alpha.1597164536.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/2.9.0-alpha.1597168037/2.11.0-alpha.1599859547.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/3.12.0-alpha.1630124319/3.15.0-alpha.1633559177.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/3.15.0-alpha.1633614684/3.19.0-alpha.1637613617.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/3.19.0-alpha.1637691896/3.24.0-alpha.1643625111.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/3.2.0-alpha.1619792783/3.5.0-alpha.1623182731.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/3.24.0-alpha.1643629471/3.28.0-alpha.1648725665.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/3.28.0/3.31.1.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/3.32.0-alpha.1651269855/3.34.0-alpha.1654531329.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/3.34.0-alpha.1654533244/3.36.0-alpha.1656138212.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/3.5.0-alpha.1623255299/3.8.0-alpha.1626828181.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/pulumi/page/3.8.0-alpha.1626900036/3.12.0-alpha.1630086906.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/scriban/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/serilog.enrichers.thread/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/serilog.extensions.hosting/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/serilog.settings.configuration/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/serilog.sinks.seq/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/serilog/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/serilog/page/0.1.6/1.2.47.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/serilog/page/1.2.48/1.4.34.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/serilog/page/1.4.39/2.0.0-beta-541.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/serilog/page/2.0.0-rc-556/2.5.0-dev-00814.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/serilog/page/2.5.0-dev-00817/2.8.1-dev-01052.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/serilog/page/2.8.1-dev-01054/2.11.1-dev-01397.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/spectre.console/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/spectre.console/page/0.0.1/0.19.0.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/spectre.console/page/0.19.1-preview.0.1/0.32.1.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/spectre.console/page/0.32.2-preview.0.1/0.37.1-preview.0.38.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/spectre.console/page/0.37.1-preview.0.39/0.40.1-preview.0.8.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/spectre.console/page/0.40.1-preview.0.9/0.43.1-preview.0.41.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/spectre.console/page/0.43.1-preview.0.42/0.44.1-preview.0.17.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/yamldotnet/index.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/yamldotnet/page/2.3.0-rc/3.9.0-pre239.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/yamldotnet/page/3.9.0-pre240/4.1.1-pre0355.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/yamldotnet/page/4.1.1-pre0356/8.0.0-pre0572.json (GET,200)": 1,
    "https://api.nuget.org/v3/registration5-gz-semver2/yamldotnet/page/8.0.0/11.2.5-unity-compatible-0001.json (GET,200)": 1,
    "https://mcr.microsoft.com/v2/ (GET,200)": 1,
    "https://mcr.microsoft.com/v2/dotnet/runtime-deps/blobs/sha256:6947e2c8885b4288aa1beb1ec654fa0f902e96d389b4b830188213a74a56ee97 (GET,200)": 1,
    "https://mcr.microsoft.com/v2/dotnet/runtime-deps/manifests/latest (GET,200)": 1,
    "https://mcr.microsoft.com/v2/dotnet/runtime-deps/manifests/sha256:58d0b4ae9c2e16c36f201afe857efa60ef34e089b42891bd1383cd814d2ac107 (GET,200)": 1,
    "https://mcr.microsoft.com/v2/dotnet/runtime-deps/tags/list (GET,200)": 1
  },
  "hostStats": {
    "api.github.com": {
      "requestCount": 18,
      "requestAvgMs": 394,
      "queueAvgMs": 1
    },
    "api.nuget.org": {
      "requestCount": 139,
      "requestAvgMs": 752,
      "queueAvgMs": 0
    },
    "mcr.microsoft.com": {
      "requestCount": 5,
      "requestAvgMs": 637,
      "queueAvgMs": 0
    }
  },
  "totalRequests": 162
}
INFO: Repository finished
{
  "durationMs": 138048
}

Have you created a minimal reproduction repository?

No reproduction, but I have linked to a public repo where it occurs

gitfool avatar Jun 27 '22 02:06 gitfool

Hi there,

We have found that there's a problem with the logs. Depending on which situation applies follow one, some or all of these instructions.

No logs at all

If there's no log posted yet, we need you to find and copy/paste the log into the issue template.

Finding logs on hosted app

Click me to read instructions

If you use the Renovate app (GitHub):

  1. Go to the affected PR, and search for "View repository job log here"
  2. Click on the link to go to the "Mend Renovate Dashboard" and log in
  3. You are now in the correct repository log overview screen
  4. Copy/paste the correct log
  5. Follow the steps in the formatting your logs section

Finding logs when self-hosting

Click me to read instructions

If you're running self-hosted, run with LOG_LEVEL=debug in your environment variables and search for whatever dependency/branch/PR that is causing the problem.

Insufficient logs

Click me to read instructions

If you already provided logs, and the Renovate team said they are not enough, follow the instructions from the No logs at all section.

Formatting your logs

Click me to read instructions

Please put your logs in a <details> and <summary> element like this:

<details><summary>Click me to see logs</summary>

```
Copy/paste any log here, between the starting and ending backticks
```

</details>

github-actions[bot] avatar Jun 27 '22 03:06 github-actions[bot]

I added the complete log from the latest run...

gitfool avatar Jun 27 '22 04:06 gitfool

@zharinov maybe related to #16223 ?

I also don't see any request in stats for the failing registries. So it seems the http request is never done or fails before.

viceice avatar Jun 27 '22 04:06 viceice

Maybe revert recent Helm changes then? Too much problems IMO

zharinov avatar Jun 27 '22 05:06 zharinov

Actually, #​16229 wasn't live in the app until just a few minutes ago

rarkins avatar Jun 27 '22 05:06 rarkins

We've found that cert-manager's repo has the same issue as #16223 when parsing v0.15-alpha.3

Meroje avatar Jun 27 '22 08:06 Meroje

Versioning scheme problem:

✕ helm.isValid("v0.15-alpha.3") === true

zharinov avatar Jun 27 '22 08:06 zharinov

the datasource is using hardcoded stric semver parsing to sort all releases of a given index

Meroje avatar Jun 27 '22 08:06 Meroje

Without any specific renovate configuration :

{
  "config": {
    "helmfile": [
    ...
      {
        "packageFile": "helmfile.yaml",
        "deps": [
          {
            "depName": "aws-load-balancer-controller",
            "currentValue": "1.4.1",
            "registryUrls": [
              "https://aws.github.io/eks-charts"
            ],
            "depIndex": 2,
            "updates": [],
            "warnings": [
              {
                "topic": "aws-load-balancer-controller",
                "message": "Failed to look up dependency aws-load-balancer-controller"
              }
            ],
            "versioning": "helm"
          },
          {
            "depName": "cert-manager",
            "currentValue": "1.5.3",
            "registryUrls": [
              "https://charts.jetstack.io"
            ],
            "depIndex": 3,
            "updates": [
              {
                "bucket": "non-major",
                "newVersion": "v1.8.2",
                "newValue": "v1.8.2",
                "releaseTimestamp": "2022-06-23T14:41:29.632Z",
                "newMajor": 1,
                "newMinor": 8,
                "updateType": "minor",
                "branchName": "renovate/cert-manager-1.x"
              }
            ],
            "warnings": [],
            "versioning": "helm",
            "sourceUrl": "https://github.com/cert-manager/cert-manager",
            "currentVersion": "1.5.3",
            "isSingleVersion": true,
            "fixedVersion": "1.5.3"
          }
        ],
        "datasource": "helm"
      }
    ]
  }
}

https://github.com/jycamier/renovate-helmfile-oci-reproduction/issues/1

jycamier avatar Jun 27 '22 08:06 jycamier

Similar issues over here for me. Though this is the first time using renovatebot so not major.

eperdeme avatar Jun 27 '22 11:06 eperdeme

works for me

benedikt-bartscher avatar Jan 09 '23 01:01 benedikt-bartscher

Hi there,

Get your issue fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible.

Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this.

To get started, please read our guide on creating a minimal reproduction.

We may close the issue if you, or someone else, haven't created a minimal reproduction within two weeks. If you need more time, or are stuck, please ask for help or more time in a comment.

Good luck,

The Renovate team

github-actions[bot] avatar Apr 21 '23 07:04 github-actions[bot]

When a bug has been marked as needing a reproduction, it means nobody can work on it until one is provided. In cases where no reproduction is possible, or the issue creator does not have the time to reproduce, we unfortunately need to close such issues as they are non-actionable and serve no benefit by remaining open. This issue will be closed after 7 days of inactivity.

github-actions[bot] avatar May 07 '23 01:05 github-actions[bot]

This bug report has been closed as we need a reproduction to work on this. If the original poster or anybody else with the same problem discovers that they can reproduce it, please create a new issue, and reference this issue.

github-actions[bot] avatar May 16 '23 01:05 github-actions[bot]